Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:13 +08:00
commit 35748104ad
6 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "notifications",
"description": "Plugin for managing audio and popup notifications when Claude is waiting for input or completes tasks",
"version": "1.0.0",
"author": {
"name": "Björn Allvin"
},
"commands": [
"./commands/check.md",
"./commands/install.md",
"./commands/remove.md"
]
}