claude-configs/skills/cognitive-memory
Cal Corum e484b2ab35 feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load
- Multi-graph: named graph routing in MCP server (graph param on all tools),
  CLI --graph flag, graphs subcommand, resolve_graph_path() in common.py
- XDG compliance: data dir resolves via COGNITIVE_MEMORY_DIR env > XDG_DATA_HOME > ~/.local/share/
- Remove CORE.md auto-loading: drop MEMORY.md symlinks, update CLAUDE.md to MCP-first recall
- Update all scripts (git-sync, ensure-symlinks, edge-proposer) for portable path resolution
- Remove symlinks step from daily systemd service
- Version bump to 3.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 14:55:12 -06:00
..
dev Reorganize cognitive-memory skill: consolidate scripts, systemd, dev subdirs 2026-02-19 16:02:20 -06:00
scripts feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
systemd feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
analysis.py feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
cli.py feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
client.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
common.py feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
edges.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
embeddings.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
feature.json feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
mcp_server.py feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00
SCHEMA.md Cognitive Memory v3.0: rich edges, hybrid embeddings, MCP server 2026-02-19 14:11:18 -06:00
SKILL.md feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:55:12 -06:00