From 9c87b0a715d1009cf962e5fd7f8f3440a1fc5a5c Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:49:38 +0100 Subject: [PATCH] docs: fix dead README pointer in CLAUDE.md must-read list `README_JTV.md` does not exist in the repository. The main README is `README.adoc`. This is the second dead pointer in the same must-read list, after `STATUS.md` (removed in #72). Sweeping the remaining entries in that list confirms the rest resolve: docs/GRAMMAR_EVOLUTION.md, docs/QUANTUM_VISION.md, Justfile and Cargo.lock all exist. `target/` is a build directory and is expected to be absent until a build runs. Co-Authored-By: Claude Opus 5 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3b4fe1b..8675e0f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -75,7 +75,7 @@ Specification in `docs/`: Must-read files for context: -- `README_JTV.md` - Main project README +- `README.adoc` - Main project README - `STATUS.adoc` - Current implementation status (canonical) - `docs/GRAMMAR_EVOLUTION.md` - v1 vs v2 separation rationale - `docs/QUANTUM_VISION.md` - Quantum computing abstraction