Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:46 +08:00
commit 19d373e825
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "notification-plugin",
"description": "Claude Codeが停止したときタスクが完了したとき・ツールの実行確認が必要になったときに、通知音を鳴らすためのフックを提供します。",
"version": "1.0.0",
"author": {
"name": "shi."
},
"hooks": [
"./hooks"
]
}