When to use Memory vs AGENTS.md
mainDeciding where to store information depends on its stability and scope:
| Feature | Store in Memory | Store in AGENTS.md / Static Docs |
|---|---|---|
| Nature | Context that grows from real work | Stable rules and workflows |
| Content | Project decisions, bug patterns, "we tried X and it failed", user preferences | Coding conventions, process instructions, always-on rules |
| Scope | Facts that follow you across chats | Instructions every agent must see regardless of retrieval |