handoff_write_v4
Finalize an accepted dispatch by writing structured findings and narrative, then marking the assignment complete.
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 |