memory_add
Store a decision, rule, preference, or fact as a persistent memory for future sessions. Organize with topic, tags, project, and importance.
Instructions
Store a memory: a decision, rule, preference or fact worth remembering across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Up to 12 tags | |
| type | No | decision | rule | preference | fact | |
| topic | No | Grouping topic, e.g. "tooling", "auth" (default general) | |
| content | Yes | The memory itself, e.g. "We use pnpm, never npm" | |
| project | No | Optional project name | |
| importance | No | 1-5 (default 3) |