Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/hydra:hydra-approve <workflow_id> [--note '...']sonnetcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /hydra:approve
Adopt `hydra-hitl-gate`. Look up `HydraState.pending_hitl` for `<workflow_id>`. Append an approval entry to `hitl_history`, clear `pending_hitl`, and resume the LangGraph checkpoint.
Operationally:
1. Verify the workflow exists and is in `phase ∈ {approval, synthesis, surfaced}`.
2. Print the original HITL_REQUEST so the operator can re-verify what they're approving.
3. On confirmation, write the approval and resume.
For rejection or budget mutation, use `/hydra:resume` instead.Adopt hydra-hitl-gate. Look up HydraState.pending_hitl for <workflow_id>. Append an approval entry to hitl_history, clear pending_hitl, and resume the LangGraph checkpoint.
Operationally:
phase ∈ {approval, synthesis, surfaced}.For rejection or budget mutation, use /hydra:resume instead.
npx claudepluginhub lebobo88/hydra --plugin hydra