> ## Documentation Index
> Fetch the complete documentation index at: https://docs.termyte.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Hand off work

> Create a durable packet when work moves to another coding agent.

# Hand off a task

```bash theme={null}
termyte task handoff \
  --task <task-id> \
  --source codex \
  --target claude-code \
  --workspace C:\path\to\repo
```

The source and target can be `claude-code`, `codex`, or `opencode`.

The packet contains the task version, current requirements and steps, decisions, failures, latest checkpoint, current drift, and next action. Termyte stores the packet as an immutable handoff record.

Creating a handoff does not launch the target agent or copy files. Give the returned packet or task ID to the next session, or retrieve it through the MCP tools.
