From 8ca83a276269c96f406d6f24d063afafa5d0e1bc Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 29 Mar 2026 00:28:05 +0200 Subject: [PATCH] update CLAUDE.md: enforce Memory MCP as sole memory system --- dot_claude/CLAUDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_claude/CLAUDE.md b/dot_claude/CLAUDE.md index 117f9f3..0b3cd7c 100644 --- a/dot_claude/CLAUDE.md +++ b/dot_claude/CLAUDE.md @@ -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