task_finalize
Close the active Task Passport after verification, setting a final passed, failed, or accepted status and surfacing any hygiene advisories like uncommitted changes.
Instructions
Close the current Task Passport. Requires verification to already be passed, failed, or accepted, or that final status passed explicitly via status. Use task_park for deferred work instead of closing it; accepted finalization with remaining next actions requires force. Returns non-blocking hygiene advisories (uncommitted in-scope changes, remaining next actions, missing checkpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Allow accepted finalization even though next actions remain. | |
| status | No | Final verification status to set while closing. | |
| summary | No | Closing summary; mention relevant commit hashes here. | |
| evidence | No | Evidence ids from attach_evidence backing the final verdict. |