memory_add
Store durable project decisions, preferences, conventions, bug fixes, and context in shared memory, making key information available for future AI coding agents.
Instructions
Save a new durable memory into the shared Notion memory. USE THIS when: the user states a preference, a project decision is made, a convention is established, a non-obvious bug is fixed (root cause + fix), or important project/environment context is learned. Do NOT store secrets, tokens, or throwaway information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Lowercase tags, e.g. ['typescript','ui','deploy'] | |
| agent | Yes | Which agent is saving this; use 'shared' for universal rules | |
| title | Yes | Short, searchable, imperative title (<= 80 chars recommended) | |
| content | Yes | Full memory content: concise but complete, with examples when helpful | |
| category | No | other | |
| importance | No | medium |