task_finalize
Close the current task passport with a final verification status. Returns warnings about uncommitted changes or remaining next actions.
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. |