mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
73b44202ba
CLAUDE.md's release-notes convention says "write them to releases/v<version>/RELEASE_NOTES.md BEFORE running the script" — but the script's git-clean preflight rejected any working-tree state including that exact file as untracked. Chicken-and-egg: you couldn't follow the documented flow. Preflight now whitelists releases/v<VERSION>/RELEASE_NOTES.md as the one allowed untracked path. Everything else still fails the check. Caught while running v1.6.2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>