Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From agentic-defi
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 2 hooks
npx claudepluginhub bootnodedev/agentic-defi --plugin agentic-defiWhere 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 --no-audit --no-fund) || rm -f "${CLAUDE_PLUGIN_DATA}/package.json") && cd "${CLAUDE_PLUGIN_DATA}" && npm run build && ln -sfn "${CLAUDE_PLUGIN_DATA}/dist" "${CLAUDE_PLUGIN_ROOT}/dist"startup|clear|compact"${CLAUDE_PLUGIN_ROOT}/hooks/check-mcp"Share bugs, ideas, or general feedback.