Initial commit

This commit is contained in:
zhongwei
2025-11-29 09:37:45 +08:00
commit b84c57e297
5 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-notifications",
"description": "Smart notifications for Claude Code task statuses with desktop notifications, webhooks, and sound alerts",
"version": "1.0.3",
"author": {
"name": "777genius",
"email": "[email protected]"
},
"commands": [
"./commands/setup-notifications.md"
],
"hooks": [
"./hooks/hooks.json"
]
}