Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:34 +08:00
commit b64a2cfd04
4 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "notification",
"description": "macOS notifications for Claude Code events",
"version": "1.0.0",
"author": {
"name": "zbeyens"
},
"hooks": [
"./hooks"
]
}