Add CLAUDE.md, project memory notes, and token_count

CLAUDE.md points future sessions at .claude/memory/ for accumulated
project context (purpose, SA/MR topology, packaging/signing decisions,
open external dependencies) not fully captured elsewhere in the repo.
This commit is contained in:
wall
2026-07-28 14:27:05 +10:00
parent 4008f61ce4
commit 45f4dc733d
7 changed files with 155 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Memory Index
- [Project Purpose](project-purpose.md) — why this repo exists, the two core problems being solved
- [SA/MR Topology](topology.md) — deployment topology terminology and shape
- [Packaging & Signing Design Decisions](packaging-signing-decisions.md) — key architecture calls and why
- [Open External Dependencies](open-external-dependencies.md) — things this design assumes but doesn't own