agtmem_write
Create or update a Markdown note to store decisions, facts, projects, or candidate ideas, with optional tags, type, and supersede support for replacing outdated notes.
Instructions
Create or update a note. Use type='decision' for choices and their rationale, 'fact' for durable truths, 'project' for project overviews, 'candidate' for unconfirmed guesses. Pass supersedes= to replace an outdated note — it is kept but marked superseded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | explicit id; defaults to a slug of title | |
| body | Yes | Markdown; ## headings become chunks | |
| tags | No | ||
| type | No | fact | |
| scope | No | global | |
| title | Yes | ||
| detail | No | one-line why/provenance | |
| origin | No | agent | |
| update | No | ||
| supersedes | No | id of the note this replaces |