task_update_verification
Record an evidence-backed verdict for a task passport, advancing its lifecycle to verifying or returning it to active. Use after attaching evidence.
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. |