complete_task
Mark a task as completed and ready for review, notifying the creator for final approval. Returns a summary of what was done.
Instructions
Mark a claimed/in-progress/revision-requested task as completed and ready for the creator to review. Returns the task summary (no history[] — call get_task for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Who is marking it complete (usually the assignee). | |
| id | Yes | ||
| note | No | Optional summary of what was done. | |
| expected_version | No |