Remember a new fact
memory_rememberCreate a new durable memory fact with a unique name, type (user, feedback, project, or reference), description, and Markdown body. Link related memories using [[other-name]].
Instructions
Create a new memory (one durable fact per memory). Fails if the name exists — use memory_update instead of duplicating. Types: user (who they are), feedback (how to work, include the why), project (ongoing work not in the code), reference (pointers to resources). Link related memories in the body with [[other-name]].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | the fact itself (Markdown); for feedback/project add **Why:** and **How to apply:** | |
| name | Yes | kebab/snake slug, conventionally type-prefixed e.g. feedback_no_auto_deploys | |
| type | Yes | ||
| description | Yes | one-line hook — this is what recall scans; make it a good hook |