Персистентная память проекта для Claude Code
★ 7.6 · knowledge-management
auto-memory is a Claude Code skill that establishes persistent project knowledge across sessions using a two-tier memory directory at `~/.claude/projects/<path>/memory/`: a concise index file MEMORY.md (capped at ~200 lines, always loaded into context) and detailed topic files — `architecture.md`, `patterns.md`, `debugging.md`, `workflows.md`, `known-issues.md` — with no size limit but focused scope. It captures architectural decisions, coding conventions, critical file paths, user preferences, and hard-won debugging insights so nothing has to be rediscovered in a new session. Content is organized semantically by domain rather than appended chronologically, keeping the index scannable and topic files thorough. The skill also defines what to exclude — session-specific state, unverified conclusions, duplicates of CLAUDE.md — and guides regular maintenance: pruning MEMORY.md when it exceeds 200 lines and removing stale entries as the project evolves.
- #claude-code
- #memory-management
- #persistent-knowledge
- #project-context
- #documentation