claude: forbid PR attribution trailers, default to opus

This commit is contained in:
2026-07-11 20:05:49 -04:00
parent aced50f67f
commit 1ca5033bc8
2 changed files with 13 additions and 3 deletions

View File

@@ -3,16 +3,23 @@
"Stop": [
{
"hooks": [
{ "type": "command", "command": "~/.claude/hooks/attention-bell.sh" }
{
"type": "command",
"command": "~/.claude/hooks/attention-bell.sh"
}
]
}
],
"Notification": [
{
"hooks": [
{ "type": "command", "command": "~/.claude/hooks/attention-bell.sh" }
{
"type": "command",
"command": "~/.claude/hooks/attention-bell.sh"
}
]
}
]
}
},
"model": "opus"
}