Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
Automatically find and link related memories after every store operation, removing reliance on Claude manually creating edges. Uses recall + type heuristics to choose edge types (SOLVES, BUILDS_ON, RELATED_TO) and returns created edge IDs in the store response for optional review. Key design choices: - Keyword-only fallback requires tag overlap to prevent spurious edges - Similarity threshold (0.4) filters before max-edge cap (3) - Edge description arrow matches actual from/to direction - Failures never break the store operation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| scripts | ||
| systemd | ||
| .gitignore | ||
| analysis.py | ||
| CLAUDE.md | ||
| cli.py | ||
| client.py | ||
| common.py | ||
| edges.py | ||
| embeddings.py | ||
| feature.json | ||
| mcp_server.py | ||