Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From vibeflow
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub ttttstc/vibeflow --plugin vibeflowWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
startup|resume|clear|compactcase "$(uname -s)" in *MINGW*|MSYS*|CYGWIN*|Windows*) powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.ps1" ;; *) bash "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh" ;; esac10000msShare bugs, ideas, or general feedback.