claude-configs/skills/cognitive-memory
Cal Corum ba0562a8ba refactor: split client.py into 6 focused modules using mixin composition
3,348-line monolith → 6 modules with mixin classes resolving via MRO.
client.py retains __init__, internal helpers, and core CRUD (1,091 lines).
All backward-compat imports preserved for mcp_server.py and dev/migrate.py.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 12:12:57 -06:00
..
dev Reorganize cognitive-memory skill: consolidate scripts, systemd, dev subdirs 2026-02-19 16:02:20 -06:00
scripts Gitignore backups/, add memory git sync, update daily service 2026-02-19 23:37:49 -06:00
systemd Gitignore backups/, add memory git sync, update daily service 2026-02-19 23:37:49 -06:00
analysis.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
cli.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
client.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
common.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
edges.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
embeddings.py refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:12:57 -06:00
feature.json Reorganize cognitive-memory skill: consolidate scripts, systemd, dev subdirs 2026-02-19 16:02:20 -06:00
mcp_server.py Gitignore backups/, add memory git sync, update daily service 2026-02-19 23:37:49 -06:00
SCHEMA.md Cognitive Memory v3.0: rich edges, hybrid embeddings, MCP server 2026-02-19 14:11:18 -06:00
SKILL.md Add edge emphasis to cognitive memory skill and edge-proposer script 2026-02-19 23:31:07 -06:00