Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tauri-mcp
Captures session ID on session start and writes sections when the 'deep-plan:section-writer' subagent stops, using Python scripts managed by uv.
2 events · 2 hooks
npx claudepluginhub davedev42/tauri-plugin-mcp --plugin tauri-mcpWhere 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}/packages/tauri-mcp/package.json" "${CLAUDE_PLUGIN_DATA}/package.json" >/dev/null 2>&1 || (mkdir -p "${CLAUDE_PLUGIN_DATA}" && cp "${CLAUDE_PLUGIN_ROOT}/packages/tauri-mcp/package.json" "${CLAUDE_PLUGIN_DATA}/" && cd "${CLAUDE_PLUGIN_DATA}" && npm install --omit=dev --ignore-scripts --no-audit --no-fund 2>/dev/null) || rm -f "${CLAUDE_PLUGIN_DATA}/package.json"; if [ ! -L "${CLAUDE_PLUGIN_ROOT}/packages/tauri-mcp/node_modules" ]; then rm -rf "${CLAUDE_PLUGIN_ROOT}/packages/tauri-mcp/node_modules"; fi; ln -sfn "${CLAUDE_PLUGIN_DATA}/node_modules" "${CLAUDE_PLUGIN_ROOT}/packages/tauri-mcp/node_modules" 2>/dev/null30msqa-testerbash "${CLAUDE_PLUGIN_ROOT}/hooks/validate-qa-result.sh"5msShare bugs, ideas, or general feedback.