session-annotate
Add freeform notes to a session's audit trail to capture manual annotations, with local writes and no provider calls.
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. |