From d530c902390a8e9180f0a65181c57b928861b823 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Sun, 17 May 2026 00:59:41 -0700 Subject: [PATCH] fix(hooks): remove timeout field per PR description intent --- hooks/hooks.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hooks/hooks.json b/hooks/hooks.json index 82e9d9c..2fd710d 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -6,8 +6,7 @@ "hooks": [ { "type": "command", - "command": "bash \"${CLAUDE_PLUGIN_ROOT:-${extensionPath:-.}}/hooks/scripts/check-config.sh\"", - "timeout": 5 + "command": "bash \"${CLAUDE_PLUGIN_ROOT:-${extensionPath:-.}}/hooks/scripts/check-config.sh\"" } ] }