complete_step
Complete a step by providing a summary of what was accomplished, recording the output for downstream steps and handling skip or stale claim statuses.
Instructions
Mark your step as done with a summary of what you accomplished.
Args:
step_id: Your step ID. Inferred from $SORTIE_STEP_ID if unset.
summary: What you did and what you found. This becomes the step
output visible to downstream steps.
Returns: Confirmation. If the step was already skipped (branch abort),
returns {status: "skipped"} — your output is recorded for audit.
Returns {status: "stale_claim"} if a zombie-reset already
stole your claim — stop working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_id | No | ||
| summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||