v1.0.0 — Claude Anchor
First release! Claude Anchor gives Claude persistent memory, enforceable rules, and behavioral consistency across sessions.
What's in the box
7 markdown templates you copy into your project:
- CLAUDE.md -- Session load order and project context
- _GOLDEN-RULES.md -- Immutable constraints Claude must follow (read twice per session to prevent context decay)
- _TODOS.md -- Priority-based task tracking
- _LESSONS-LEARNED.md -- Problem/Cause/Solution/Prevention documentation
- _CONVERSATION-PREFERENCES.md -- Output formatting, progress bars, verbosity
- _LONG-TERM-MEMORY.md -- Persistent memory that accumulates over time (never delete)
- _SHORT-TERM-MEMORY.md -- Session context with resume checklist (delete when done)
- _SYSTEM_ARCHITECTURE.md -- ASCII diagrams, data flows, security model
How it works
Copy templates into your project, customize them, and Claude reads them at the start of every session. The mandatory load order ensures critical rules are always enforced and memory carries forward.
Design principles
- No executable code -- Pure markdown, zero dependencies
- No network requests -- Works entirely offline
- No secrets -- Templates explicitly warn against storing credentials
- Works with any project -- Language and platform agnostic
Companion project
Claude Anchor is the behavioral brain -- it tells Claude how to think and behave.
Claude Conductor is the codebase brain -- it tells Claude what your project is.
Two repos, two tools, complementary not competitive. Use one or both.
BSD 2-Clause licensed. Made by Super Basic Studio.