# MEMORY Long-term memory for [AGENT_NAME]. This file accumulates important decisions, context, and learnings across sessions. The agent reads this at the start of sessions (or when recovering context) to restore continuity. --- ## How to Use This File - **Add entries** when something important is decided, discovered, or learned - **Tag entries** with `[DECISION]`, `[CONTEXT]`, `[LEARNING]`, `[HANDOFF]`, or `[WATCH]` - **Date entries** so they can be evaluated for freshness - **Remove stale entries** — outdated memory is worse than no memory - **Keep it scannable** — use headers and bullets, not paragraphs --- ## Decisions _No decisions recorded yet._ --- ## Context _No context recorded yet._ --- ## Learnings _No learnings recorded yet._ --- ## Watch List _Nothing on the watch list._ --- ## Handoffs _No handoffs recorded._