task_update_verification
Update task passport verification status with a verdict backed by evidence to progress or reset the task lifecycle.
Instructions
Update the current Task Passport verification state. A final verdict (passed, failed, or accepted) moves the task lifecycle to verifying; pending or unknown returns it to active. Call after attach_evidence so the verdict is evidence-backed; identical repeated calls are no-ops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Verification status to set. | |
| summary | No | Short summary of what was verified and how. | |
| evidence | No | Evidence ids from attach_evidence backing this verdict. |