Files
dotfiles/.claude/settings.json

26 lines
407 B
JSON

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