tandem_work
Maintain one shared task and its role-bound checklist across agents. Use actions like create, propose, agree, claim, submit, and accept with revision tracking.
Instructions
Maintain one durable shared task and its role-bound checklist.
To create, send action="create", expected_revision=0, a unique operation_id, and plan; omit work_id. The plan must have one final integration step that depends directly or transitively on every other step, including investigations. For later mutations, get the card first and use its current revision as expected_revision. Use a new operation_id for a new or corrected request; reuse an ID only for an exact retry. list/get/history need no operation_id. Plan agreement, worker submission and independent acceptance are separate. Waiting observes committed changes, not permission to start an agent. Autonomous grants and uncertain-attempt reconciliation are operator CLI actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Shared-task command. create requires plan, expected_revision=0, a stable operation_id, and no work_id. All other mutations require the current revision from get and a stable operation_id. list/get/history need no operation_id. | |
| wait_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||