Files
my-claude-code-setup/.claude/settings.json
George Liu 7c430adfc4 fix syntax
2025-07-16 04:44:02 +10:00

16 lines
359 B
JSON

{
"model": "sonnet",
"hooks": {
"Stop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title 'Claude Code' -subtitle 'Session Complete' -message \"Finished working in $(basename \"$PWD\")\" -sound default -timeout 10"
}
]
}
]
}
}