verify_completion
Check if a completed task has all required artifacts: status marked done, at least one memo record, and a summary-type memo present. Use after an agent reports completion to confirm nothing is missing and avoid false sign-offs.
Instructions
Verify whether a task is truly complete.
Checks:
Task status == completed
At least one memo record exists (task_memo_add was called)
A summary-type memo exists (task_memo_add type='summary' was called)
Use this after an agent reports completion to ensure all artifacts are present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to verify |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||