Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ceo-ralph
Executes shell scripts on Stop, SubagentStart, and SubagentStop events to handle main and subagent lifecycle transitions.
3 events · 3 hooks
npx claudepluginhub dutstech/ceoralph --plugin ceo-ralphWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bash -lc "ROOT=\"${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PLUGIN_DIR:-}}\"; if [ -z \"$ROOT\" ]; then echo \"CEO Ralph cleanup: plugin root not set\"; exit 0; fi; \"$ROOT/hooks/scripts/stop-runner.sh\""bash -lc "ROOT=\"${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PLUGIN_DIR:-}}\"; if [ -z \"$ROOT\" ]; then exit 0; fi; \"$ROOT/hooks/scripts/hook-dispatch.sh\" subagent-stop"bash -lc "ROOT=\"${CLAUDE_PLUGIN_ROOT:-${CLAUDE_PLUGIN_DIR:-}}\"; if [ -z \"$ROOT\" ]; then exit 0; fi; \"$ROOT/hooks/scripts/hook-dispatch.sh\" subagent-start"Share bugs, ideas, or general feedback.