aboutsummaryrefslogtreecommitdiff
path: root/.claude/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.claude/settings.json')
-rw-r--r--.claude/settings.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index 33ed7e6..63cf40e 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -7,9 +7,19 @@
"permissions": {
"defaultMode": "bypassPermissions"
},
+ "model": "fable",
"hooks": {
"PreToolUse": [
{
+ "matcher": "Edit|Write",
+ "hooks": [
+ {
+ "type": "command",
+ "command": "~/.claude/hooks/rulesets-write-boundary.py"
+ }
+ ]
+ },
+ {
"matcher": "AskUserQuestion",
"hooks": [
{
@@ -36,6 +46,10 @@
{
"type": "command",
"command": "~/.claude/hooks/session-title.sh"
+ },
+ {
+ "type": "command",
+ "command": "~/.claude/hooks/session-start-disarm.sh"
}
]
},
@@ -54,6 +68,10 @@
"hooks": [
{
"type": "command",
+ "command": "~/.claude/hooks/inbox-boundary-check.sh"
+ },
+ {
+ "type": "command",
"command": "~/.claude/hooks/ai-wrap-teardown.sh"
}
]