fix(hooks): remove timeout field per PR description intent

This commit is contained in:
Trevin Chow
2026-05-17 00:59:41 -07:00
parent e1017e95c9
commit d530c90239
+1 -2
View File
@@ -6,8 +6,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT:-${extensionPath:-.}}/hooks/scripts/check-config.sh\"", "command": "bash \"${CLAUDE_PLUGIN_ROOT:-${extensionPath:-.}}/hooks/scripts/check-config.sh\""
"timeout": 5
} }
] ]
} }