Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:34 +08:00
commit 04564e42e7
16 changed files with 995 additions and 0 deletions

24
hooks/hooks.json Normal file
View File

@@ -0,0 +1,24 @@
{
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title \"🔔 Claude Code\" -message \"Claude needs your input\" -sound default"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title \"✅ Claude Code\" -message \"Task completed\" -sound default"
}
]
}
]
}