Resume Context
resume_contextPackages a stored context handoff block into a destination-ready bundle to resume an AI conversation on another platform.
Instructions
Packages a stored ContextBridge handoff block into a destination-ready landing bundle for resuming the conversation on another AI platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | The destination platform: claude, chatgpt, or gemini. | |
| context_block | Yes | The structured ContextBridge handoff block to resume from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | The destination AI platform. | |
| handoff_kind | Yes | Identifies this as a destination-side resume package. | |
| resume_ready | Yes | Whether the package is ready to use immediately. | |
| format_version | Yes | Schema version for resume context output. | |
| operator_steps | Yes | Step-by-step instructions for using this handoff package. | |
| continuation_plan | Yes | The intended first move after the receiving AI loads the handoff. | |
| api_resume_payload | Yes | The split system/user payload to use when the destination supports separate instruction channels. | |
| usage_instructions | Yes | A concise explanation of how to use this resume package. | |
| manual_resume_message | Yes | The single paste-ready message to use when the destination only supports a single opening message. | |
| prompt_structure_notes | Yes | Notes explaining why this landing package is structured this way. |