Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
Go to file
Cal Corum 11a046ffc3 feat: add migrate-memories.py for default-to-named-graph migration
Standalone script that moves memories between graphs based on tag
matching. Handles memory files, edges, index/embedding/state metadata,
cross-graph edge cleanup, and overlap detection (copy to multiple
graphs). Supports dry-run, idempotent re-runs, and git auto-commit.

Closes: #4, #5, #6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:15:28 -06:00
scripts feat: add migrate-memories.py for default-to-named-graph migration 2026-03-01 16:15:28 -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 v3.2.0 — auto-edges and multi-graph support 2026-02-28 23:08:37 -06:00
mcp_server.py feat: per-project graph routing via COGNITIVE_MEMORY_GRAPH env var 2026-02-28 22:48:19 -06:00