Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
Cal Corum
5ce9363bcb
fix: filter archived/dormant memories from semantic_recall() ( #3 )
...
Apply THRESHOLD_DORMANT decay filter in semantic_recall() before
scoring, consistent with the keyword path in recall(). Memories
with decay_score < 0.05 are now excluded from semantic search,
preventing the decay system's intent from being bypassed via
high-similarity embedding matches.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 23:07:00 -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: 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