diff options
Diffstat (limited to '.claude/settings.json')
| -rw-r--r-- | .claude/settings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index a486e89..3585af4 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -11,6 +11,15 @@ "hooks": { "PreToolUse": [ { + "matcher": "Edit|Write", + "hooks": [ + { + "type": "command", + "command": "~/.claude/hooks/rulesets-write-boundary.py" + } + ] + }, + { "matcher": "AskUserQuestion", "hooks": [ { |
