# cc-steer hooks install


Wire an async SessionEnd scan into the user-level Claude Code settings.


``` bash
cc-steer hooks install [OPTIONS]
```


Every session on the machine then feeds the store incrementally as it ends; the LLM stages and the HF sync stay with the scheduled pipeline. Idempotent: re-running updates the one cc-steer-owned group in place and preserves every other hook untouched.


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


    Usage: cc-steer hooks install [OPTIONS]

      Wire an async SessionEnd scan into the user-level Claude Code settings.

      Every session on the machine then feeds the store incrementally as it ends;
      the LLM stages and the HF sync stay with the scheduled pipeline. Idempotent:
      re-running updates the one cc-steer-owned group in place and preserves every
      other hook untouched.

    Options:
      --prefix TEXT    Command prefix the hook invokes cc-steer with.  [default:
                       uvx cc-steer]
      --settings FILE  Settings file. Defaults to ~/.claude/settings.json.
      --help           Show this message and exit.


# Options


`--prefix: TEXT = uvx cc-steer`  
Command prefix the hook invokes cc-steer with.

`--settings: FILE`  
Settings file. Defaults to ~/.claude/settings.json.
