veto_handoff
Hand off your current AI session to another platform with step-by-step instructions; the new platform restores full context instantly.
Instructions
Saves the current session and returns step-by-step instructions to continue on another AI platform (Gemini or Codex). Call this when Claude is approaching its rate limit. The receiving platform calls veto_continue to restore full context instantly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Key context the next platform needs: active decisions, file paths, constraints. | |
| summary | Yes | What was accomplished this session — one or two sentences. | |
| task_state | No | Current task state — what is done, what is in progress, what is next. | |
| project_dir | No | Absolute path to the current project directory. | |
| to_platform | No | Target platform. If omitted, Veto picks the platform with the most headroom. | |
| token_count | No | Approximate tokens used this session. | |
| from_platform | No | Platform handing off (default: claude). |