claude-memory/graph/configurations/auto-invoke-save-memories-at-25-context-remaining-before-com-c0d10e.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

1.2 KiB

id type title tags importance confidence created updated relations
c0d10ee1-07e1-4697-a6b6-ae7bb1edfcbc configuration Auto-invoke /save-memories at 25% context remaining before compaction
cognitive-memory
claude-code
configuration
compaction
automation
0.6 0.8 2026-02-19T22:20:13.284077+00:00 2026-02-20T04:32:33.773548+00:00
target type direction strength edge_id
5cb26f44-8100-413d-8fa1-3668472a7672 REQUIRES outgoing 0.8 1876b305-57b5-4491-8b87-cb85ae5745f6

Updated project CLAUDE.md to automatically run /save-memories when context reaches 25% remaining, replacing the old "ask to update docs" instruction. This ensures session learnings are captured before compaction loses conversational detail. The /save-memories command analyzes the conversation since the last memory save, builds a structured summary, and dispatches a background memory-saver agent. Combined with the SessionEnd hook (session_memory.py) as a safety net, this creates two layers of automatic memory capture: proactive (pre-compaction via /save-memories) and reactive (post-session via hook). The instruction lives in the project CLAUDE.md at /mnt/NV2/Development/claude-home/CLAUDE.md under Core Instructions.