diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index 03c33dff..aba9df81 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -13,17 +13,17 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/context-hook.js\"", - "timeout": 300 + "timeout": 15 }, { "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/user-message-hook.js\"", - "timeout": 10 + "timeout": 15 } ] } @@ -34,12 +34,12 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command", "command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/new-hook.js\"", - "timeout": 300 + "timeout": 15 } ] } @@ -51,7 +51,7 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command", @@ -67,7 +67,7 @@ { "type": "command", "command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start", - "timeout": 180 + "timeout": 15 }, { "type": "command",