From e87c7598d1ce0e0a5e8f7b77c9f526ab3b19589d Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 28 Feb 2026 16:08:03 -0600 Subject: [PATCH] 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 --- feature.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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": [