Commands this checkout wires to agent events
auto_run_commandsInspect hook commands defined in a checkout's settings files. See each command's trigger event and whether its script lives inside the repo, outside, or is missing.
Instructions
Hook commands declared in the checkout's .claude/settings.json and settings.local.json — shell commands wired to fire on agent events such as tool use, session start or prompt submit. Shows the command, its trigger, and whether the script it references lives inside the repo, outside it, or is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Absolute path to the checkout to inspect. Defaults to WI_DEFAULT_ROOT if set, otherwise the server's working directory. |