From 78f1f863bf8fa7c660e794cee6bd87a5a18fa7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Doubravsk=C3=BD?= Date: Tue, 18 Aug 2026 12:38:38 +0200 Subject: [PATCH] Add document version and README entry to CLAUDE.md --- CHANGELOG.md | 2 ++ Claude/CLAUDE.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ac0f0..1e0567f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ Document versions of the individual guideline files are tracked separately in th - `README.md`, `docs/`, `prebuild.py` and the PyInstaller `.spec` to the template structure in `Python/TEMPLATE.md` - Note in `Python/TEMPLATE.md` that `AGENTS.md` and `DESIGN_DOCUMENT.md` are not part of the template - `README.md` to the session read list in `Claude/CLAUDE.md`, plus a missing top-level heading +- `Document Version` marker in `Claude/CLAUDE.md`, starting at v2 — it is copied into projects like + `AGENTS.md` and the design documents, so it can go stale there the same way ### Changed - Document versions bumped for the structural changes released on 2026-08-18: diff --git a/Claude/CLAUDE.md b/Claude/CLAUDE.md index 1972560..c4aa103 100644 --- a/Claude/CLAUDE.md +++ b/Claude/CLAUDE.md @@ -1,5 +1,7 @@ # CLAUDE.md +**Document Version:** v2 (independent, incremented on structural changes) + ## First-time setup **At the start of every new session, read all of the following files before doing anything else:**