Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:05 +08:00
commit 8c50b14c9d
6 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "audio-notifications",
"description": "Audio notifications for Claude Code - speaks notification messages out loud",
"version": "1.0.0",
"author": {
"name": "Fred Lacs",
"email": "fredlacs@gmail.com"
},
"hooks": [
"./hooks"
]
}