first review workflow slice
This commit is contained in:
parent
519b7726e7
commit
8f94c38309
7 changed files with 198 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -81,3 +81,13 @@ 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.
|
||||
|
||||
Approve a candidate graph into the canonical registry:
|
||||
|
||||
```bash
|
||||
curl -X POST http://127.0.0.1:8000/repos/1/analysis-runs/1/candidate-graph/approve \
|
||||
-H 'content-type: application/json' \
|
||||
-d '{"notes":"Approved first review package"}'
|
||||
```
|
||||
|
||||
Approval copies candidate abilities, capabilities, features, and evidence into the approved registry tables, marks candidates approved, and moves the repository status to `indexed`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue