# cc-steer live


Control live steering: the delivery mode, the kill switch, and the prompt-submit hook.


``` bash
cc-steer live COMMAND [ARGS]...
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer live [OPTIONS] COMMAND [ARGS]...

      Control live steering: the delivery mode, the kill switch, and the prompt-
      submit hook.

    Options:
      --help  Show this message and exit.

    Commands:
      accept          Mark PROPOSAL_ID accepted -- an explicit positive...
      dismiss         Mark PROPOSAL_ID dismissed -- an explicit negative...
      edit            Mark PROPOSAL_ID edited -- an explicit...
      hook            The ``UserPromptSubmit`` handler: pop and surface the...
      install-hook    Wire the synchronous UserPromptSubmit steer hook into...
      mode            Set the delivery mode in ``~/.cc-steer/live.toml`` (the...
      off             Halt live delivery everywhere: touch the...
      on              Resume live delivery: clear the...
      status          Show the live mode, the kill switch, allowed projects,...
      uninstall-hook  Remove the UserPromptSubmit steer hook, leaving every...


# Commands


`hook`  
[The `UserPromptSubmit` handler: pop and surface the freshest queued steer (fail-open, exits 0).](../../reference/cli/live/hook.md)

`install-hook`  
[Wire the synchronous UserPromptSubmit steer hook into the user-level Claude Code settings.](../../reference/cli/live/install_hook.md)

`uninstall-hook`  
[Remove the UserPromptSubmit steer hook, leaving every other hook untouched.](../../reference/cli/live/uninstall_hook.md)

`on`  
[Resume live delivery: clear the `~/.cc-steer/live.off` kill switch.](../../reference/cli/live/on.md)

`off`  
[Halt live delivery everywhere: touch the `~/.cc-steer/live.off` kill switch and expire the backlog.](../../reference/cli/live/off.md)

`mode`  
[Set the delivery mode in `~/.cc-steer/live.toml` (the live modes are a human-only escalation).](../../reference/cli/live/mode.md)

`status`  
[Show the live mode, the kill switch, allowed projects, and today's delivery counts.](../../reference/cli/live/status.md)

`accept`  
[Mark PROPOSAL_ID accepted -- an explicit positive reaction that outranks the attribution scan.](../../reference/cli/live/accept.md)

`dismiss`  
[Mark PROPOSAL_ID dismissed -- an explicit negative reaction that outranks the attribution scan.](../../reference/cli/live/dismiss.md)

`edit`  
[Mark PROPOSAL_ID edited -- an explicit corrected-positive reaction that outranks the attribution scan.](../../reference/cli/live/edit.md)
