Files
2025-11-29 18:28:22 +08:00

20 lines
367 B
JSON

{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Funk.aiff"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/remove-merged-worktrees.sh"
}
]
}
]
}
}