update CLAUDE.md: enforce Memory MCP as sole memory system

This commit is contained in:
Viktor Barzin 2026-03-29 00:28:05 +02:00
parent f58e972b5c
commit 8ca83a2762
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -1,7 +1,9 @@
# Claude Memory
## Instructions
- **"remember X"**: Store via `memory_store` MCP tool. For project-specific static info (commands, architecture), update the project's `.claude/CLAUDE.md` instead.
- **Memory MCP is the ONLY memory system.** All memories (facts, preferences, decisions, project context) MUST be stored and recalled via the `memory_store` / `memory_recall` MCP tools. Do NOT use the file-based auto-memory system (`~/.claude/projects/*/memory/`).
- **"remember X"**: Store via `memory_store` MCP tool immediately. For project-specific static info (commands, architecture), also update the project's `.claude/CLAUDE.md`.
- **Recalling**: Always use `memory_recall` MCP tool to search for relevant context before responding to non-trivial requests.
- **Skills/agents**: Create in `~/.claude/skills/` or `~/.claude/agents/`, sync via chezmoi, commit to dotfiles repo.
## Preferences