1.0 KiB
1.0 KiB
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c0d10ee1-07e1-4697-a6b6-ae7bb1edfcbc | configuration | Auto-invoke /save-memories at 25% context remaining before compaction |
|
0.6 | 0.8 | 2026-02-19T22:20:13.284077+00:00 | 2026-02-19T22:20:13.284077+00:00 |
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.