From a2466a4c7df9732ee46f9c37686e96c224193456 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 6 May 2026 09:02:10 -0500 Subject: chore(claude): unwire destructive-bash-confirm hook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the PreToolUse → Bash hook entry from settings.json. The hook script stays in hooks/ for other machines that may want it. The local ~/.claude/hooks/destructive-bash-confirm.py symlink was also removed on this machine. --- .claude/settings.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 18855e7..87ea714 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -16,17 +16,6 @@ } ] } - ], - "PreToolUse": [ - { - "matcher": "Bash", - "hooks": [ - { - "type": "command", - "command": "~/.claude/hooks/destructive-bash-confirm.py" - } - ] - } ] }, "enabledPlugins": { -- cgit v1.2.3