diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-06 09:02:10 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-06 09:02:10 -0500 |
| commit | a2466a4c7df9732ee46f9c37686e96c224193456 (patch) | |
| tree | b86114586e784936865cc1054e2d41cf5d4f0696 | |
| parent | 549557f81fe42be099e412d57b13db05fae4a6e7 (diff) | |
| download | rulesets-a2466a4c7df9732ee46f9c37686e96c224193456.tar.gz rulesets-a2466a4c7df9732ee46f9c37686e96c224193456.zip | |
chore(claude): unwire destructive-bash-confirm hook
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.
| -rw-r--r-- | .claude/settings.json | 11 |
1 files changed, 0 insertions, 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": { |
