session_handoff_write
Close a human session by writing a project-scoped markdown handoff with narrative, summary, findings, and a suggested next step for the person who resumes.
Instructions
Close a human-entry session with a project-scoped markdown closeout:
narrative (what happened), summary, structured findings, and
next_bite — the suggested next step for whoever resumes. The human-path
sibling of handoff_write_v4, which closes dispatched work and requires a
dispatch_id; this one needs only the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| project | No | ||
| summary | No | ||
| findings | No | ||
| narrative | Yes | ||
| next_bite | No | ||
| workspace | No | ||
| session_id | Yes |