Add quality criteria registry
This commit is contained in:
parent
f029d6bba9
commit
a9baf5ae52
15 changed files with 629 additions and 7 deletions
17
docs/quality-criteria/README.md
Normal file
17
docs/quality-criteria/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Quality Criteria Registry
|
||||
|
||||
`acceptance-quality-criteria.v1.json` is the active reviewable criteria registry
|
||||
for candidate characteristics. It defines criteria that deterministic gates may
|
||||
use to reject, downgrade, invalidate, flag, merge, or require review.
|
||||
|
||||
The registry is intentionally not an approval policy. Approval belongs to human
|
||||
reviewers or trusted agentic reviewers that inspect evidence and record a
|
||||
rationale.
|
||||
|
||||
List the active registry from the CLI:
|
||||
|
||||
```bash
|
||||
repo-scoping list-quality-criteria --format markdown
|
||||
```
|
||||
|
||||
The same registry is available from the API at `GET /quality-criteria`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue