Stats
Actions
Tags
From harmony-plugin
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
.*if [ ! -f "${CLAUDE_PLUGIN_ROOT}/dist/index.js" ]; then cd "${CLAUDE_PLUGIN_ROOT}" && npm install --silent && npm run build >&2; fi; echo '{}'180msnpx claudepluginhub ycomplex/harmony-plugin --plugin harmony-plugin