handoff_write_v4
Close out an accepted dispatch: write structured findings and narrative to the packet, then mark it complete once checklist and envelope are verified.
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 |