Handoff Load banner
ucsandman ucsandman

Handoff Load

Development community

Description

--- description: Load a saved context handoff bundle and resume from it. argument-hint: [latest|slug|bundle-id] [--deep] --- Load a saved context handoff bundle and orient from it. ## Instructions Run the `context-handoff-bundle load` CLI command to resolve and load a bundle. 1. Parse user arguments. Map positional text to the query argument. Pass `--deep` through if requested. 2. Run the command: ```bash context-handoff-bundle load [query] [--deep] ``` If no query is provided, the tool lo

Installation

Installs to ~/.claude/commands/ucsandman-context-handoff-bundle-handoff-load.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ucsandman/context-handoff-bundle/HEAD/.claude/commands/handoff-load.md -o ~/.claude/commands/ucsandman-context-handoff-bundle-handoff-load.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository