dashclaw_handoff_create
Generate a handoff bundle that passes session context—summary, open items, decisions, and state—to the next agent session. Use at session end to preserve continuity.
Instructions
Create a session handoff bundle for the next session of this agent to consume on start. Call this when wrapping up — include a 1-2 sentence summary, any open loops, decisions made, and freeform state you want the next session to see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | Yes | Handoff content: { summary, open_loops, decisions_made, state_snapshot, generated_at } | |
| agent_id | No | Fallback identity when no server-level agent id is configured (the configured id wins) | |
| project_id | No | Optional project ID — handoff is project-scoped |