generated from coulomb/repo-seed
Add self-scoping assessment comparison
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user