HSX_E_CUTOVER_EXECUTE_GATED
Cutover execution is human-gated.
What this error means
Cutover migrates the ORIGINAL app in place (one-way); execution never runs without an explicit human go.
When this error stops a command, hs-x exits with code 1. With --json, the failure is reported as a structured error whose code field is HSX_E_CUTOVER_EXECUTE_GATED — stable to match on in scripts and agents.
Likely causes
- Passed --execute to
hs-x migrate cutover
How to fix it
- Run the dry-run plan and resolve every open decision it lists
- Request execution from the project owner — the dupe stays your testbed meanwhile
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.