Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "announce-notification",
|
||||||
|
"description": "Announce when Claude Code is idle or needs your input",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Hugo Duncan"
|
||||||
|
},
|
||||||
|
"hooks": [
|
||||||
|
"./hooks/announce-notification-hooks.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# announce-notification
|
||||||
|
|
||||||
|
Announce when Claude Code is idle or needs your input
|
||||||
15
hooks/announce-notification-hooks.json
Normal file
15
hooks/announce-notification-hooks.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"hooks": {
|
||||||
|
"Notification": [
|
||||||
|
{
|
||||||
|
"matcher": "",
|
||||||
|
"hooks": [
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/idle_notification.sh"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:hugoduncan/claude-marketplace:plugins/announce-notification",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "651dc8ded5609f49c53da34290b78889a08545cd",
|
||||||
|
"treeHash": "61770f3521a9e46aca514ef8878870a522d93ffeedad9e732c3cfa56fdc9dec9",
|
||||||
|
"generatedAt": "2025-11-28T10:17:35.987585Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"name": "announce-notification",
|
||||||
|
"description": "Announce when Claude Code is idle or needs your input",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "9a92b0a259e67d0b4c427091d93efb1bdeef23b6a221798a6b68a531f952f790"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "hooks/announce-notification-hooks.json",
|
||||||
|
"sha256": "4eb4f372cdc73384699a26baa2793b5de6f5b976fb280edc6009ee49d85a9a39"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "c2b9f1285e868d44cb38408a3d045afc62c6db6646ea9651270603c63e33c4cd"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "61770f3521a9e46aca514ef8878870a522d93ffeedad9e732c3cfa56fdc9dec9"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user