Loading...
Loading...
agent-team: Cancel a non-terminal task with a reason.
npx skill4agent add tae2089/agent-team agent-team-task-cancelPREREQUISITE: Read.../agent-team-shared/SKILL.md
agent-team task cancel --task TASK_ID --reason TEXT| Flag | JSON key | Required | Default | Description |
|---|---|---|---|---|
| | yes | - | Task to cancel. |
| | yes | - | Cancellation rationale stored in the event payload. |
agent-team task cancel --task task_docs --reason "scope removed"
agent-team task cancel --params '{"task_id":"task_docs","reason":"scope removed"}'| Code | Meaning | Action |
|---|---|---|
| Task is already terminal. | Inspect task status. |
| Required field is missing. | Provide task and reason. |