Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
Go to file
2026-03-03 16:57:44 +00: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: filter archived/dormant memories from semantic_recall() (#3) 2026-03-02 23:07:00 -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