chore: update feature.json with current file inventory

Remove stale entries (dev/, ensure-symlinks.sh, SKILL.md/SCHEMA.md) and
add missing modules (cli.py, common.py, analysis.py, edges.py, embeddings.py,
edge-proposer.py, memory-git-sync.sh). Add skill_layer pointer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-28 16:08:03 -06:00
parent b9cc1e0c6f
commit e87c7598d1

View File

@ -6,16 +6,19 @@
"migrated_from": "memorygraph", "migrated_from": "memorygraph",
"status": "active", "status": "active",
"files": { "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", "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/session_memory.py": "SessionEnd hook — auto-stores session learnings",
"scripts/ensure-symlinks.sh": "Refreshes MEMORY.md symlinks to CORE.md", "scripts/edge-proposer.py": "Edge proposer for relationship discovery",
"systemd/": "Reference copies of systemd user timers (see systemd/README.md)", "scripts/memory-git-sync.sh": "Git sync for data directory",
"dev/migrate.py": "One-time migration from MemoryGraph SQLite", "systemd/": "Reference copies of systemd user timers (see systemd/README.md)"
"dev/PROJECT_PLAN.json": "Development roadmap and task tracking"
}, },
"skill_layer": "~/.claude/skills/cognitive-memory/ (SKILL.md + SCHEMA.md)",
"data_location": "$XDG_DATA_HOME/cognitive-memory/ (default: ~/.local/share/cognitive-memory/)", "data_location": "$XDG_DATA_HOME/cognitive-memory/ (default: ~/.local/share/cognitive-memory/)",
"dependencies": "stdlib-only (no external packages; Ollama optional for semantic search)", "dependencies": "stdlib-only (no external packages; Ollama optional for semantic search)",
"features": [ "features": [