Commit c1c84f2
fix(claude): run secrets scan on already-committed path
Edge case "no uncommitted changes" previously said to skip Phases 1-4
wholesale, which silently bypassed the secrets-scan hard stop in Phase 1
and contradicted the Section 8 guardrail. Now the scan still runs against
`git diff <base>...HEAD` on this path; only the commit-planning steps
(Phases 2-3) are skipped if the scan comes back clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2977143 commit c1c84f2
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
0 commit comments