Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "ccode-notify",
|
||||
"description": "在需要用户交互或会话停止时发送系统桌面通知(Notification/Stop hooks,基于 notify-send/libnotify;思路参考 explanatory-output-style 的 hooks 注入模式)",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "junjiangao",
|
||||
"email": "junjiangao@gmail.com"
|
||||
},
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user