fix: remove the duplicated Change Log block introduced in 77a7b41
Build and deploy / build-and-deploy (push) Failing after 4s
Build and deploy / build-and-deploy (push) Failing after 4s
Every entry from (x) back to 2026-08-25 appeared twice: 51 headings, 26 unique. `git show` on each commit locates it —c576b9ahas one copy,77a7b41has two — so the previous session's commit introduced it, almost certainly a patch script that appended where it should have replaced. Removal proven lossless before writing: the second block is a strict prefix of the first (3,252 identical lines, then it stops), every one of its lines is either blank or byte-identical to the first block at the same index, and a set comparison against HEAD reports 0 non-blank lines present before and absent after. No entry heading changed. This is not deleting history under the §12 constitution — it is removing a mechanical duplicate of history that was corrupting every sweep over the file. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0148NztQskLKKApP5SzAA78e
This commit is contained in:
co-authored by
Claude Opus 5
parent
fd5f610982
commit
2282183b4b