Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:54 +08:00
commit d83c7c851c
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "mac-notification-hook",
"description": "Send macOS desktop notifications whenever Claude Code emits Notification events.",
"version": "0.1.0",
"author": {
"name": "Ryota Murakami",
"email": "ryota.murakami@laststance.io"
},
"hooks": [
"./hooks/hooks.json"
]
}