aboutsummaryrefslogtreecommitdiff
path: root/hooks/settings-snippet.json
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/settings-snippet.json')
-rw-r--r--hooks/settings-snippet.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/hooks/settings-snippet.json b/hooks/settings-snippet.json
index a5f9d9c..50e3d31 100644
--- a/hooks/settings-snippet.json
+++ b/hooks/settings-snippet.json
@@ -23,6 +23,12 @@
],
"PreToolUse": [
{
+ "matcher": "Edit|Write",
+ "hooks": [
+ { "type": "command", "command": "~/.claude/hooks/rulesets-write-boundary.py" }
+ ]
+ },
+ {
"matcher": "Bash",
"hooks": [
{ "type": "command", "command": "~/.claude/hooks/git-commit-confirm.py" },
@@ -30,6 +36,14 @@
{ "type": "command", "command": "~/.claude/hooks/destructive-bash-confirm.py" }
]
}
+ ],
+ "Stop": [
+ {
+ "hooks": [
+ { "type": "command", "command": "~/.claude/hooks/inbox-boundary-check.sh" },
+ { "type": "command", "command": "~/.claude/hooks/ai-wrap-teardown.sh" }
+ ]
+ }
]
}
}