Runs
Runs attach work state to the conversation trail.
Use runs for work that matters
Create a run when work needs logs, status, outputs, receipts, or review.
Create run
conversations runs create --title "Fix production smoke"Track status
Status should move forward in plain language.
| Status | Meaning |
|---|---|
| queued | Work is known but not started. |
| running | An agent is actively working. |
| blocked | The run needs outside action. |
| complete | The run is done and verified. |
| failed | The run ended without success. |
Keep evidence close
Attach links, files, commit hashes, test results, and deploy run IDs to the run summary.