verify_task
Confirm a task is complete by providing evidence, such as test results or commit hash, to set its status to verified.
Instructions
Verify a task with evidence that the work holds (e.g. "218 passed, mypy clean"). Pass the short commit hash in the commit parameter so it is labelled consistently. Ideally call complete_task first to capture notes, but this works from any status. Sets the task to verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | No | ||
| task_id | Yes | ||
| evidence | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |