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

@@ -67,7 +67,7 @@ that locks in the boundary language.
```task
id: RREG-WP-0014-T02
status: todo
status: done
priority: high
state_hub_task_id: "101998a4-8cf8-4df0-8d05-c4e2041c0cac"
```
@@ -98,6 +98,15 @@ Acceptance criteria:
- Criteria can be listed through CLI and/or API.
- Assessment and review records include the criteria version used.
Implementation note 2026-05-15: added
`docs/quality-criteria/acceptance-quality-criteria.v1.json` and schema
documentation with active criteria version `repo-scoping-quality-criteria/v1`.
Added `src/repo_registry/acceptance/criteria.py`, the
`repo-scoping list-quality-criteria` CLI command, `GET /quality-criteria`, and
threaded the active criteria version into self-scoping assessment engine
identity. Focused tests cover the registry, CLI, API, and assessment export
version binding.
## T03: Implement Deterministic Quality Gate Outcomes
```task