diff --git a/graph/solutions/coremd-auto-load-via-memorymd-symlinks-5cb26f.md b/graph/solutions/coremd-auto-load-via-memorymd-symlinks-5cb26f.md new file mode 100644 index 00000000000..e7e5170881d --- /dev/null +++ b/graph/solutions/coremd-auto-load-via-memorymd-symlinks-5cb26f.md @@ -0,0 +1,12 @@ +--- +id: 5cb26f44-8100-413d-8fa1-3668472a7672 +type: solution +title: "CORE.md auto-load via MEMORY.md symlinks" +tags: [cognitive-memory, claude-code, automation, configuration] +importance: 0.9 +confidence: 0.8 +created: "2026-02-16T16:45:34.975722+00:00" +updated: "2026-02-16T16:45:34.975722+00:00" +--- + +Solved unreliable CORE.md loading at session start. Claude Code auto-injects each project's ~/.claude/projects//memory/MEMORY.md into the system prompt. Symlinked all project MEMORY.md files to ~/.claude/memory/CORE.md. Script at ~/.local/bin/claude-memory-symlinks refreshes symlinks daily via cognitive-memory-daily.service. Migrated project-specific MEMORY.md content (major-domo infra, strat-gameplay encoding) into cognitive memory before replacing. Updated ~/.claude/CLAUDE.md to remove manual load instruction. Documented in claude-home/development/claude-code-memory-autoload.md.