diff options
Diffstat (limited to '.config/claude/settings.json')
| -rw-r--r-- | .config/claude/settings.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.config/claude/settings.json b/.config/claude/settings.json index 98d819f..1dc9b1e 100644 --- a/.config/claude/settings.json +++ b/.config/claude/settings.json @@ -15,7 +15,8 @@ "Bash(rg:*)", "Bash(touch:*)", "Bash(tree:*)", - "Bash(wc:*)" + "Bash(wc:*)", + "Skill(conventional-commit)" ], "deny": [ "Bash(git push:*)", @@ -27,6 +28,18 @@ "disableBypassPermissionsMode": "disable" }, "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "__claude-code-block-bash-tool rm", + "if": "Bash(rm *)" + } + ] + } + ], "Notification": [ { "hooks": [ |
