Record a note
record_notePersist a short project note into markdown memory so future AI sessions access gotchas, conventions, learnings, and todos.
Instructions
Persist a short project note: a gotcha, convention, learning, or todo that future sessions should know.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The note itself, one sentence or two. Max 500 chars. | |
| category | Yes | Which section of memory.md the note belongs in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of memory.md, relative to the project root. | |
| category | Yes | The section the note was filed under. | |
| duplicate | Yes | True when an identical note already existed and nothing was written. |