diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index b0502d4a..2dec4c4b 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -31,11 +31,6 @@ "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/bun-runner.js\" \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" hook claude-code context", "timeout": 60 - }, - { - "type": "command", - "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/bun-runner.js\" \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" hook claude-code user-message", - "timeout": 60 } ] }