Problem
Copilot timed out at 10 min? Network hiccup mid-run? Today the user starts from scratch — the prompt file survives but nothing else.
Approach
`/ghcp-handoff retry <slug|last>`:
- Reuses the existing prompt + worktree
- Re-invokes Copilot with the same flags
- Preserves invocation history (append to `invocation_history: [...]` in .meta.json rather than overwriting)
Pairs with G3 (amend mode) — retry is amend with no modifications.
Review reference
Adversarial review T10
Problem
Copilot timed out at 10 min? Network hiccup mid-run? Today the user starts from scratch — the prompt file survives but nothing else.
Approach
`/ghcp-handoff retry <slug|last>`:
Pairs with G3 (amend mode) — retry is amend with no modifications.
Review reference
Adversarial review T10