diff --git a/feature.json b/feature.json index cfa004f..3b8defd 100644 --- a/feature.json +++ b/feature.json @@ -6,16 +6,19 @@ "migrated_from": "memorygraph", "status": "active", "files": { - "client.py": "CLI and Python API for all memory operations", + "client.py": "Core API + CLI entrypoint", + "cli.py": "CLI interface (argparse)", + "common.py": "Shared constants and helpers", + "analysis.py": "Reflection/analysis mixin", + "edges.py": "Edge management mixin", + "embeddings.py": "Embedding support mixin", "mcp_server.py": "MCP server for Claude Code tool integration", - "SKILL.md": "Skill documentation and activation triggers", - "SCHEMA.md": "Format documentation for all file types", "scripts/session_memory.py": "SessionEnd hook — auto-stores session learnings", - "scripts/ensure-symlinks.sh": "Refreshes MEMORY.md symlinks to CORE.md", - "systemd/": "Reference copies of systemd user timers (see systemd/README.md)", - "dev/migrate.py": "One-time migration from MemoryGraph SQLite", - "dev/PROJECT_PLAN.json": "Development roadmap and task tracking" + "scripts/edge-proposer.py": "Edge proposer for relationship discovery", + "scripts/memory-git-sync.sh": "Git sync for data directory", + "systemd/": "Reference copies of systemd user timers (see systemd/README.md)" }, + "skill_layer": "~/.claude/skills/cognitive-memory/ (SKILL.md + SCHEMA.md)", "data_location": "$XDG_DATA_HOME/cognitive-memory/ (default: ~/.local/share/cognitive-memory/)", "dependencies": "stdlib-only (no external packages; Ollama optional for semantic search)", "features": [