handoff_write_v4
Write handoff files and close out a dispatch after finishing the checklist and ensuring no authority envelope remains open.
Instructions
Close out a dispatch you accepted: writes handoff.json (the structured
findings list) plus closeout.md (the narrative) into the packet and
flips its status to complete. checklist_resolved and envelope_clean
are your declarations that the assignment checklist is finished and no
authority envelope was left open — the orchestrator checks both in
verify_handoff before releasing you via agent_clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| findings | No | ||
| narrative | No | ||
| dispatch_id | Yes | ||
| envelope_clean | No | ||
| checklist_resolved | No |