Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:13 +08:00
commit 5cb36ea0a1
25 changed files with 1377 additions and 0 deletions

26
hooks/hooks.json Normal file
View File

@@ -0,0 +1,26 @@
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -group 'eco.scale-bfw' -title 'Claude Code needs your input'"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -group 'eco.scale-bfw' -title 'Claude Code Finished' -sound Sonumi"
}
]
}
]
}
}