Human-in-the-Loop
Sometimes you want to review an agent’s output before the workflow continues. Gump supports pausing a run for human intervention.hitl: true
Addhitl: true to any step to pause after it executes:
—pause-after
Pause after a specific step without modifying the YAML:hitl: true, but from the command line. Useful for debugging or one-off reviews without changing the workflow file.
Manual intervention
While paused, you have full access to the worktree. You can:- Edit files the agent produced
- Add files the agent missed
- Modify the plan JSON in
.gump/out/plan.json - Run your own tests or checks
- Delete generated code and let the next step redo it