Commit Graph

4 Commits

Author SHA1 Message Date
Cal Corum
194990d424 feat: auto-create edges on memory_store in MCP server
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>
2026-02-28 22:07:05 -06:00
Cal Corum
e87c7598d1 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>
2026-02-28 16:08:03 -06:00
Cal Corum
b9cc1e0c6f docs: add CLAUDE.md for project conventions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 16:07:30 -06:00
Cal Corum
48df2a89ce Initial commit: extract cognitive-memory app from skill directory
Moved application code from ~/.claude/skills/cognitive-memory/ to its own
project directory. The skill layer (SKILL.md, SCHEMA.md) remains in the
skill directory for Claude Code to read.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 16:02:28 -06:00