Cal Corum
92545d40de
Refine /save-memories: silent output, trivial-work gate, sonnet model
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:22:30 -06:00
Cal Corum
43241ea612
Add /save-memories command and memory-saver background agent
...
- commands/save-memories.md: slash command that analyzes session context,
finds cutoff point from last memory save, gates on value, and spawns
memory-saver agent in background with structured summary
- agents/memory-saver.md: sonnet-based agent that stores cognitive memories
from structured summaries via MCP tools or CLI fallback
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:14:08 -06:00
Cal Corum
f0f075461e
Reorganize cognitive-memory skill: consolidate scripts, systemd, dev subdirs
...
- Move session_memory.py, ensure-symlinks.sh into skills/cognitive-memory/scripts/
- Copy systemd units into skills/cognitive-memory/systemd/ with README
- Move PROJECT_PLAN.json, migrate.py into skills/cognitive-memory/dev/
- Add mtime-based embeddings cache to client.py (6x faster semantic recall)
- Default recall to semantic+keyword merge (was keyword-only)
- Update settings.json SessionEnd hook path, MCP allow entry
- Update SKILL.md, feature.json, mcp_server.py docs for new defaults
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:02:20 -06:00
Cal Corum
2e9bcdc0dc
Rotate config backups and update plugin lists
...
- Rotate .claude.json backup files (remove old, add new)
- Update plugins blocklist.json and known_marketplaces.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:48:04 -06:00
Cal Corum
b3e11f146e
Update cognitive-memory skill docs and sync plugin/settings changes
...
- Add CLI entrypoint callout to cognitive-memory SKILL.md
- Update plugin configs (blocklist, install counts, marketplaces)
- Update settings.json
- Rotate config backups
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 07:24:14 -06:00
Cal Corum
3debec3640
Add orchestrator swarm system and update plugins
...
New: Agent swarm orchestration skill + 3 worker agent definitions
- skills/orchestrator/ - decomposes tasks, delegates to parallel coders, reviews, validates
- agents/swarm-coder.md - implementation agent (sonnet, bypassPermissions)
- agents/swarm-reviewer.md - read-only code reviewer (sonnet, disallowedTools: Edit, Write)
- agents/swarm-validator.md - read-only spec validator (sonnet, disallowedTools: Edit, Write)
Also: plugin marketplace updates, settings changes, blocklist
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 16:58:38 -06:00