append_event
Log decisions, results, errors, and observations to an append-only, hash-chained memory so coding agents can preserve and recall context across sessions.
Instructions
Append one entry to the memory log. The log is append-only and hash-chained by the server, so history cannot be rewritten through SQL. Use it for decisions, results, errors and observations worth remembering across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Short label: note, decision, action, error, observation, ... | note |
| content | Yes | What happened or was decided, in a sentence or two. |