Resolve reconciliation task
well_resolve_reconciliation_taskApprove or reject one or more reconciliation review tasks (from well_run_register_diff or the in-app review queue).
approve: confirms the match — the link is flipped to active.
reject: dismisses the match — the candidate does not silently re-surface.
Each task_id resolves independently; a failure on one (already resolved, not found) is returned in errors and does not block the rest of the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| task_ids | Yes | The review tasks' task_id values. | |
| workspace_id | No | Target workspace. Omit when the token authorizes one workspace. Required when it authorizes several — a write lands in exactly one workspace and this call would not say which. | |
| idempotency_key | No | Optional client-supplied key. A retried write with the same key returns the original result instead of re-applying the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| errors | No | ||
| success | Yes | ||
| resolved | No |