46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
---
|
|
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:11:05.296007+00:00"
|
|
relations:
|
|
- target: a41644f1-2dd1-4706-8fc8-e2242c1702cb
|
|
type: CAUSES
|
|
direction: incoming
|
|
strength: 0.95
|
|
edge_id: 3ff0be6b-2923-4144-a762-bff4fb2f46e2
|
|
- target: 6665d42a-0c52-4684-999b-bf8982439069
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.85
|
|
edge_id: 0150761e-f67b-48de-998d-4391c1122752
|
|
- target: d0313cb7-2f3b-485f-9b56-e8aaf656127a
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.8
|
|
edge_id: 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.
|