npx claudepluginhub bish-x/claude-bishxDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh"
}
]
}
]
}"Runs check-uncommitted.sh script on Stop event to check for uncommitted changes in git repo before session ends. Executes shell command with 10s timeout."