save_attempt_note
Save restartable progress, findings, warnings, or checkpoints for an active attempt. Keep durable project memory and resume work after interruptions.
Instructions
Append a restartable checkpoint, finding, warning, or progress note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | How the note should be classified. | |
| content | Yes | Required restartable note content. | |
| artifacts | No | Optional artifacts created or referenced by this work. | |
| important | No | Marks the note as important. | |
| attempt_id | Yes | Active attempt receiving the note. | |
| next_steps | No | Optional concrete actions after this note. | |
| lease_token | Yes | Secret proof of the active attempt lease. | |
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| idempotency_key | No | Optional key that replays the same note request. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifacts | Yes | ||
| attempt_note | Yes | ||
| next_actions | Yes |