feat(cli): fail the update when a project needs manual review

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 12:12:38 +05:30
co-authored by Claude Opus 5
parent 4aa0973352
commit 6bb3ab5fe7
8 changed files with 767 additions and 1 deletions
@@ -112,4 +112,5 @@ test("a full update run leaves a legacy bare body file byte-identical and report
expect(after).toBe(SOURCE);
expect(report.needsReview.some((entry) => entry.includes("ssrUsers"))).toBe(true);
expect(report.parseFailures).toEqual([]);
});