martin_continue
Record a durable request to resume a paused Martin run after human approval, ensuring the exact checkpoint is continued without losing progress or wasting tokens.
Instructions
Record a durable continue or resume request for a Martin run after a human pause or approval checkpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| latest | No | ||
| loopId | No | ||
| reason | No | ||
| runsDir | No | ||
| requestedBy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The control action that was recorded. | |
| loopId | Yes | MartinLoop run identifier the control was applied to. | |
| reason | No | Human-readable reason for the control, if provided. | |
| controlId | Yes | Unique receipt ID for this control action. | |
| requestedAt | Yes | ISO 8601 timestamp when the control was recorded. | |
| requestedBy | No | Identity that requested the control, if provided. |