generated from coulomb/repo-seed
Add self-scoping regression command
This commit is contained in:
@@ -60,3 +60,18 @@ repo-scoping compare-assessment \
|
||||
|
||||
The first comparison report highlights missing expected capabilities, forbidden
|
||||
native capabilities, known regression patterns, and misplaced API/CLI features.
|
||||
|
||||
Run the full self-assessment loop:
|
||||
|
||||
```bash
|
||||
repo-scoping self-assess \
|
||||
--source-path . \
|
||||
--assessment-output docs/self-scoping/assessments/repo-scoping-challenger.json \
|
||||
--comparison-output docs/self-scoping/assessments/repo-scoping-challenger.md
|
||||
```
|
||||
|
||||
By default this path is deterministic-only and leaves generated candidates
|
||||
pending review. Add `--with-llm` only when a provider is configured and the run
|
||||
should include LLM-assisted candidate extraction. Add `--fail-on-regression` in
|
||||
CI when known regressions should fail the command; ordinary `needs_review`
|
||||
comparisons still exit successfully.
|
||||
|
||||
Reference in New Issue
Block a user