Milestone 3: candidate graph generation
This commit is contained in:
parent
ef41a9974a
commit
519b7726e7
11 changed files with 634 additions and 0 deletions
|
|
@ -73,3 +73,11 @@ curl http://127.0.0.1:8000/repos/1/observed-facts
|
|||
```
|
||||
|
||||
The deterministic scanner records observed facts only: languages, documentation files, examples, tests, package manifests, configuration files, framework hints, and likely API/CLI interfaces.
|
||||
|
||||
Each completed analysis run also creates a conservative candidate graph for review:
|
||||
|
||||
```bash
|
||||
curl http://127.0.0.1:8000/repos/1/analysis-runs/1/candidate-graph
|
||||
```
|
||||
|
||||
Candidate entries are source-linked review seeds. They are not canonical registry truth until a review workflow approves them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue