Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
Go to file
Cal Corum 1fefb1d5e2 perf: skip per-edge git commits during auto-edge creation
Auto-edges called relate() up to 3 times per store, each triggering a
blocking git subprocess (~50-100ms each). Now relate() accepts
skip_commit=True so auto-edges defer to the fire-and-forget git sync,
cutting 150-300ms of latency from every memory_store call.

Closes #2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 22:44:06 -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 perf: skip per-edge git commits during auto-edge creation 2026-02-28 22:44:06 -06:00