|
Fix the red-lint push: D-101 heading collision + note placement
OWNED: the previous commit was pushed with repo-lint RED. 'repo-lint | tail -2 &&' masks the lint exit code with tail's, so the && proceeded on a FAIL -- the same silenced-pipeline trap already recorded in this repo (| grep -q under pipefail; git pull -q &&). Two defects, both fixed here: - the note used a '### D-NNN --' heading, which L5 reads as a second DEFINITION of D-101 (collision). Re-titled to the established '### RULING NOTE <date> -- D-101:' form the other four notes use. - it was appended after D-136 instead of beside the other D-101 notes. Moved to sit immediately after note (a). Also recorded: repo-lint exits 2 on WARN and 0 only when fully clean, so 'exit 0' is the WRONG success predicate for this repo -- its standing state carries one warn (the legacy D-001..018 non-ASCII carve-out). Gate on '0 fail'. repo-lint 0 fail. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HvCyrwvYTTcDYnRErfMsNf |
|---|
|
|
| docs/CURRENT-STATE.md |
|---|
| docs/design-decisions.md |
|---|