The problem
The first line of site/CLAUDE.md is a GitHub 404 JSON response body, evidently pasted or written in by mistake. It is not prose, not instructions, and not valid content for the file.
CLAUDE.md is read into context at the start of every session that touches this repo, so the junk is paid for on every run and may confuse a session reading the file as guidance.
Fix
Delete line 1. Confirm the rest of the file is intact and says what it means to say.
Provenance
Noticed by the 2026-09-03 Desk burn-down while working #32, and deliberately left untouched as out of that issue's scope. That run had no GitHub credentials and filed nothing itself.
The problem
The first line of
site/CLAUDE.mdis a GitHub 404 JSON response body, evidently pasted or written in by mistake. It is not prose, not instructions, and not valid content for the file.CLAUDE.mdis read into context at the start of every session that touches this repo, so the junk is paid for on every run and may confuse a session reading the file as guidance.Fix
Delete line 1. Confirm the rest of the file is intact and says what it means to say.
Provenance
Noticed by the 2026-09-03 Desk burn-down while working #32, and deliberately left untouched as out of that issue's scope. That run had no GitHub credentials and filed nothing itself.