Markdown-based AI memory system with decay scoring, episodic logging, MCP server, and auto-curated CORE.md
- embeddings.py: embed() early-exit returned hardcoded EMBEDDINGS_PATH constant instead of self.memory_dir path, giving wrong path for non-default graphs - mcp_server.py: _trigger_git_sync() now passes the active graph's memory_dir via COGNITIVE_MEMORY_DIR env var so non-default graphs get synced correctly - analysis.py: replaced hardcoded project name list with auto-detection (tags in 5+ memories with 4+ co-occurring tags) so reflection works for any graph without manual maintenance 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 | ||