Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:09 +08:00
commit 9743d2db0d
5 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "stop-notification-plugin",
"description": "macOS notification when Claude finishes working",
"version": "1.1.0",
"author": {
"name": "Stefan Cho"
},
"hooks": [
"./hooks"
]
}