feat(review): make review mandatory across pipeline skills (#433)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-28 20:31:03 -07:00
committed by GitHub
parent 0f5715d562
commit 9caaf071d9
7 changed files with 214 additions and 233 deletions

View File

@@ -78,7 +78,7 @@ describe("ce-review contract", () => {
"Only include `gated_auto` findings in the fixer queue after the user explicitly approves the specific items.",
)
expect(content).toContain(
'If the fixer queue is empty, do not offer "Apply safe_auto fixes" options.',
"If no `gated_auto` or `manual` findings remain after safe fixes, skip the policy question entirely",
)
expect(content).toContain(
"In autofix mode, create durable todo files only for unresolved actionable findings whose final owner is `downstream-resolver`.",