# cc-steer hooks


Manage the global SessionEnd hook that feeds continual collection.


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


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


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

      Manage the global SessionEnd hook that feeds continual collection.

    Options:
      --help  Show this message and exit.

    Commands:
      install    Wire an async SessionEnd scan into the user-level Claude...
      status     Show the scan command currently wired at SessionEnd, if any.
      uninstall  Remove the SessionEnd scan hook, leaving every other hook...


# Commands


`install`  
[Wire an async SessionEnd scan into the user-level Claude Code settings.](../../reference/cli/hooks/install.md)

`uninstall`  
[Remove the SessionEnd scan hook, leaving every other hook untouched.](../../reference/cli/hooks/uninstall.md)

`status`  
[Show the scan command currently wired at SessionEnd, if any.](../../reference/cli/hooks/status.md)
