Memory Management

Tiered memory system for cognitive continuity across agent sessions. Manages hot cache (session context loaded at boot) and deep storage (loaded on demand). Use when: (1) starting a session and loading context, (2) deciding what to remember vs forget, (3) promoting/demoting knowledge between tiers, (4) user says 'remember this' or asks about project history.

richfrem e41ad8e 4 files · 9.0 KB Updated

File contents

richfrem/project_sanctuary/tree/main/.github/skills/memory-management commit e41ad8ee48

Frequently asked questions

npx skillmds@latest add richfrem/memory-management-2