HSX_E_DEV_NO_LAST_INVOCATION
Nothing to replay.
What this error means
`hs-x dev invoke --last` found no recorded invocation in .hs-x/.
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_DEV_NO_LAST_INVOCATION — stable to match on in scripts and agents.
Likely causes
- No
dev invokehas run in this project yet
How to fix it
- Run
hs-x dev invoke <capability-id>once; --last replays it
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.
Keep going