Add self-scoping assessment comparison

This commit is contained in:
2026-05-15 12:48:41 +02:00
parent d14cb316c7
commit 0b16167769
7 changed files with 388 additions and 2 deletions

View File

@@ -48,3 +48,15 @@ The command reads an existing registry database and does not clone or scan the
target repository. It records the target analysis metadata, candidate graph,
approved map at export time, review decisions, fact and content summaries, known
regression patterns, and current repo-scoping engine identity.
Compare an assessment against the curated golden profile:
```bash
repo-scoping compare-assessment \
--golden docs/self-scoping/golden/repo-scoping-golden-profile.v1.json \
--assessment docs/self-scoping/assessments/repo-scoping-known-bad-2026-05-15-run-39.json \
--format markdown
```
The first comparison report highlights missing expected capabilities, forbidden
native capabilities, known regression patterns, and misplaced API/CLI features.