Reconcile a review packet vs task/spec/diff
swarm_reconcile_reviewCompare task, spec, review packet, and git diff to identify coverage gaps, scope drift, and mismatches, providing facts and a human-attention list without issuing a final verdict.
Instructions
Reconcile a finished run: compare task, spec, review packet, and git diff. Returns coverage gaps, empty-evidence Pass rows, scope drift, and self-report mismatches as facts + a derived human-attention list. Never issues a final verdict — a human or an independent reviewer owns the result.
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 |