Documentation
README
Auto Memory Management
Use persistent auto memory to retain project knowledge across Claude Code sessions. The memory directory (~/.claude/projects/<path>/memory/) stores a concise index file (MEMORY.md) and detailed topic files, creating a structured knowledge base that grows with the project.
Core Architecture
~/.claude/projects/<project-path>/memory/
├── MEMORY.md # Always loaded into system prompt (~200 lines max)
├── architecture.md # Topic file: system architecture decisions
├── patterns.md # Topic file: code patterns and conventions
├── debugging.md # Topic file: debugging insights
├── workflows.md # Topic file: development workflows
└── known-issues.md # Topic file: bug tracking
Two-Tier Design
This is the opening of the README. Read the full README on GitHub.