Add self-scoping assessment export command

This commit is contained in:
2026-05-15 12:39:51 +02:00
parent bc08977f85
commit 2796fc5816
10 changed files with 934 additions and 19 deletions

View File

@@ -139,7 +139,7 @@ the original analysis run did not record the engine commit.
```task
id: RREG-WP-0013-T04
status: todo
status: done
priority: high
state_hub_task_id: "51e01d45-7574-4c97-994d-dabb2bcf9a00"
```
@@ -156,6 +156,14 @@ Acceptance criteria:
incomplete.
- Export can target repo-scoping itself without requiring network access.
Implementation note 2026-05-15: added
`src/repo_registry/self_scoping/assessment.py` and the
`repo-scoping export-assessment` CLI command. The exporter reads an existing
completed analysis run, records engine identity, generated candidate tree,
approved map, fact/content summaries, review decisions, empty quality-gate
outcomes pending RREG-WP-0014, and known regression patterns. Focused tests cover
the exporter and CLI path.
## T05: Compare Baseline And Challenger Runs
```task