Stats
Actions
Tags
From n8n-proctor
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
diff -q "${CLAUDE_PLUGIN_ROOT}/package.json" "${CLAUDE_PLUGIN_DATA}/package.json" >/dev/null 2>&1 || (cd "${CLAUDE_PLUGIN_DATA}" && cp "${CLAUDE_PLUGIN_ROOT}/package.json" . && npm install --production) || rm -f "${CLAUDE_PLUGIN_DATA}/package.json"test -d "${CLAUDE_PLUGIN_ROOT}/dist" || (cd "${CLAUDE_PLUGIN_ROOT}" && npm install && npm run build && rm -rf node_modules)npx claudepluginhub rakurai/n8n-proctor --plugin n8n-proctor