claude-memory/graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md
2026-02-28 16:11:05 -06:00

1.7 KiB

id type title tags importance confidence created updated relations
81e3306f-cbab-4936-b1d2-e0d10bbe79cd configuration Path references updated across 6 files after cognitive-memory extraction
cognitive-memory
configuration
claude-code
systemd
mcp
paths
0.8 0.8 2026-02-28T22:10:20.077667+00:00 2026-02-28T22:11:05.296007+00:00
target type direction strength edge_id
a41644f1-2dd1-4706-8fc8-e2242c1702cb CAUSES incoming 0.95 3ff0be6b-2923-4144-a762-bff4fb2f46e2
target type direction strength edge_id
6665d42a-0c52-4684-999b-bf8982439069 RELATED_TO outgoing 0.85 0150761e-f67b-48de-998d-4391c1122752
target type direction strength edge_id
d0313cb7-2f3b-485f-9b56-e8aaf656127a RELATED_TO outgoing 0.8 1c14e205-8eb1-452e-9103-dc9281b9aa50

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.