diff --git a/graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md b/graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md new file mode 100644 index 00000000000..ab0f9c079fc --- /dev/null +++ b/graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md @@ -0,0 +1,29 @@ +--- +id: 81e3306f-cbab-4936-b1d2-e0d10bbe79cd +type: configuration +title: "Path references updated across 6 files after cognitive-memory extraction" +tags: [cognitive-memory, configuration, claude-code, systemd, mcp, paths] +importance: 0.8 +confidence: 0.8 +created: "2026-02-28T22:10:20.077667+00:00" +updated: "2026-02-28T22:10:20.077667+00:00" +--- + +# Cognitive-Memory: Path Updates After Extraction + +## Context +After moving app code from `~/.claude/skills/cognitive-memory/` to `/mnt/NV2/Development/cognitive-memory/`, six config files required path updates. + +## Files Updated + +| File | Change | +|------|--------| +| `~/.claude.json` | MCP server args → `/mnt/NV2/Development/cognitive-memory/mcp_server.py` | +| `~/.claude/settings.json` | SessionEnd hook → new `scripts/session_memory.py` path | +| `~/.local/bin/claude-memory` | `cd` target updated to new project dir | +| `~/.config/systemd/user/cognitive-memory-daily.service` | `memory-git-sync.sh` path updated | +| `~/.claude/CLAUDE.md` | App path reference updated | +| `~/.claude/.mcp.json` + `.mcp-full.json` | Fixed stale entries (see related fix memory) | + +## Key Detail +`~/.claude.json` is the config actually used by Claude Code for MCP server registration. The `.mcp.json` files were also fixed but were stale/broken beforehand.