Scan a task in progress (reconcile vs the diff)
swarm_scan_taskReconcile a task against its specification and worktree diff to identify coverage gaps, out-of-scope changes, and mismatches before review.
Instructions
Reconcile a task against its spec and the worktree diff to surface coverage gaps, out-of-scope changes, and self-report mismatches — before a review packet exists. Same engine as reconcile_review. Never a verdict. If the task has no live worktree, returns a structured "not runnable here" result, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | task id or stem (the CLI reviews `tasks/<stem>.md`) | |
| base | No | the base branch/commit to diff the worktree against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| noVerdictIssued | Yes | ||
| noVerdictNote | Yes | ||
| source | Yes | ||
| data | No | ||
| derived | No | ||
| note | No |