From bbfa6b8894c51c9516fe2e2754ec31716485c321 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Sat, 18 Apr 2026 20:24:10 +0500 Subject: [PATCH] settings.json: hoist disableAllHooks to top of file Move disableAllHooks next to the opening brace so the master toggle is visible at the top instead of buried below env and enableAllProjectMcpServers. Behavior unchanged (remains false). Co-Authored-By: Claude --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 39b49ab..c9abd8d 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,5 @@ { + "disableAllHooks": false, "permissions": { "allow": [ "Edit(*)", @@ -82,7 +83,6 @@ "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80" }, "enableAllProjectMcpServers": true, - "disableAllHooks": false, "hooks": { "PreToolUse": [ {