store: Path references updated across 6 files after cognitive-memory extraction

This commit is contained in:
Cal Corum 2026-02-28 16:10:20 -06:00
parent ff66b78d85
commit e866e1a926

View File

@ -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.