Add a progress note to a task
add_progress_noteStep 4 of the Tango working agreement (work in the open). Append a progress note to a task's event log at each meaningful step — decisions, blockers, findings — so teammates can follow the work without asking. Attribution is required: hold an active lease, or pass an acting_worker_id you own — a human assignee or org owner may also act without a worker identity. Without any of these the call is rejected with 422 and nothing is written; the actor is never guessed from the assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Free-text progress note. | |
| task_id | Yes | Task id, or a pasted Tango task URL. | |
| acting_worker_id | No | Optional. Self-asserted worker performing this action. Ignored if a lease is active (lease holder wins). Verified against caller ownership. |