Write memory
memory_writePersist a memory with content, type, tags, and source into a git-backed memory store that auto-creates and commits for the current repository.
Instructions
Persist a memory for the current git repo. Auto-creates the repo's git-backed memory store on first use and commits the write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | No | fact | heuristic | failure | success | preference | reference | |
| title | No | Short title used for the filename/slug. | |
| source | No | Provenance, e.g. a run id. | |
| content | Yes | The memory body (markdown). | |
| repoPath | No | A path inside the target repo. Defaults to the server's cwd. |