chap.control.supersede
chap.control.supersedeReplace a task with a successor in one call. The original moves to superseded and remains linked to the replacement, preserving the audit trail and traceability.
Instructions
Replace a task with a successor in one call. The original moves to superseded and stays linked to its replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| reason | No | Why the original is being replaced. Recorded in the audit entry. | |
| task_id | Yes | The task being replaced. It moves to 'superseded' and is linked to the successor rather than deleted. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| successor_task | Yes | The replacement task. |