session-annotate
Append a freeform note to a persisted session's audit trail. Requires a session ID and note text to update the record with an additive local write.
Instructions
Append a freeform note to a persisted session's audit trail - an additive local write, no provider calls. Requires sessions.persist. Returns a text-wrapped JSON envelope { session } (the updated record), or { error } when persistence is off or the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Freeform text appended to the record's audit trail. | |
| sessionId | Yes | Id of the persisted session record to annotate. |