Add quality criteria registry

This commit is contained in:
2026-05-15 15:22:45 +02:00
parent f029d6bba9
commit a9baf5ae52
15 changed files with 629 additions and 7 deletions

View 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`.