memory
Installation
SKILL.md
Memory
Structure
memory/MEMORY.md-- Long-term facts (preferences, project context, relationships). Always loaded into your context.memory/HISTORY.md-- Append-only event log. NOT loaded into context. Search it with grep.
Search Past Events
grep -i "keyword" memory/HISTORY.md
Use the exec tool to run grep. Combine patterns: grep -iE "meeting|deadline" memory/HISTORY.md