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

When to Update MEMORY.md

Installs
1
GitHub Stars
4
First Seen
12 days ago
memory — plastic-labs/nanobot-honcho