Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
Go to file
Cal Corum 082ef9c8a7 feat: per-project graph routing via COGNITIVE_MEMORY_GRAPH env var
Allows projects to automatically route all memory operations to a
specific graph without passing graph= on every MCP call. Set the env
var in a project's .claude/settings.json to target a named graph.

Resolution order: explicit graph param > env var > "default".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 22:48:19 -06:00
scripts feat: complete multi-graph support across CLI, scripts, and systemd timers 2026-02-28 22:35:55 -06:00
systemd feat: complete multi-graph support across CLI, scripts, and systemd timers 2026-02-28 22:35:55 -06:00
.gitignore Initial commit: extract cognitive-memory app from skill directory 2026-02-28 16:02:28 -06:00
analysis.py fix: multi-graph bugs — embed path, git sync routing, dynamic project detection 2026-02-28 22:23:01 -06:00
CLAUDE.md docs: add CLAUDE.md for project conventions 2026-02-28 16:07:30 -06:00
cli.py feat: complete multi-graph support across CLI, scripts, and systemd timers 2026-02-28 22:35:55 -06:00
client.py Initial commit: extract cognitive-memory app from skill directory 2026-02-28 16:02:28 -06:00
common.py feat: complete multi-graph support across CLI, scripts, and systemd timers 2026-02-28 22:35:55 -06:00
edges.py perf: skip per-edge git commits during auto-edge creation 2026-02-28 22:44:06 -06:00
embeddings.py fix: multi-graph bugs — embed path, git sync routing, dynamic project detection 2026-02-28 22:23:01 -06:00
feature.json chore: update feature.json with current file inventory 2026-02-28 16:08:03 -06:00
mcp_server.py feat: per-project graph routing via COGNITIVE_MEMORY_GRAPH env var 2026-02-28 22:48:19 -06:00