remember
Persist a single durable decision or conclusion so future sessions can recall it. Call right after settling a tricky bug or when you say to note it for next time.
Instructions
Store one durable decision or conclusion so a future session can recall it. Call right after a decision is settled, a tricky bug is resolved, or the user says 'remember this', 'note that for next time', 'don't forget we chose X'. Write a single self-contained fact (e.g. 'We use Postgres advisory locks for the job queue because Redis lost messages under load'). Do NOT store transcripts, routine conversation, or anything already obvious from the code. text is required; project defaults to notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional navigation tags, searchable as #tag. | |
| text | Yes | A durable fact, decision, or conclusion to remember. | |
| project | No | Optional project name; defaults to notes. |