npx claudepluginhub withwoz/wozcode-plugin --plugin wozDefined in hooks/hooks.json
node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/session-telemetry-hook.jsnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/session-telemetry-hook.jsBashnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/tool-redirect-hook.jsmcp__plugin_woz_code__Bashnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/tool-redirect-hook.jsAgentnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/tool-redirect-hook.jsnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/session-telemetry-hook.jsmcp__plugin_woz_code__Editnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/edit-batching-nudge.jsnode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/session-telemetry-hook.jsif command -v node >/dev/null 2>&1; then node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/session-start-hook.js; else echo '{"hookSpecificOutput":{"hookEventName":"SessionStart","additionalContext":"ACTION REQUIRED: The WozCode plugin requires Node.js but it is NOT installed or NOT in PATH. IMPORTANT: You MUST immediately inform the user that Node.js >= 20.11 is required. Direct them to install it from https://nodejs.org/ and restart Claude Code. Do NOT proceed with any other task until you have communicated this to the user."}}'; finode --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/session-telemetry-hook.jsCollects telemetry on session lifecycle events (Start/Stop/Compact/ToolUse), redirects Bash/Agent tools in PreToolUse, nudges edit batching post-Edit, requires Node.js. Touches bash/files.
Share bugs, ideas, or general feedback.