Commit ae76bff
fix(7ddc-1ae7): remove CLAUDE.md from bootstrap allowlist
CLAUDE.md has a hardcoded safeguard floor rule in review-complexity-classifier.sh
(_has_safeguard_file iterates SCORING_FILES only). Adding it to the allowlist
puts it in EXEMPT_FILES, silently bypassing the floor rule and landing at light
tier. Removing it from the allowlist restores the standard-tier floor for CLAUDE.md
changes. Bootstrap scenario still benefits from .gitignore, .semgrep.yml,
.pre-commit-config.yaml, .github/workflows/**, .claude/scripts/**, and
.claude/project-understanding.md being allowlisted.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c74861c commit ae76bff
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
0 commit comments