Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:54 +08:00
commit 77f979faf8
4 changed files with 85 additions and 0 deletions

26
hooks/hooks.json Normal file
View File

@@ -0,0 +1,26 @@
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "osascript -e 'display notification \"Your attention needed\" with title \"Claude Code\" sound name \"Glass\"'"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "osascript -e 'display notification \"Task complete\" with title \"Claude Code\" sound name \"Purr\"'"
}
]
}
]
}
}