From 0ce8d40b232a04999c6952987cb39bba22768fa1 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:37:53 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ hooks/hooks.json | 15 +++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 hooks/hooks.json create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..794c5de --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "voicemanager", + "description": "tell user when needs input", + "version": "1.0.0", + "author": { + "name": "Lightsoft" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..814b91a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# voicemanager + +tell user when needs input diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..be97e4f --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,15 @@ +{ + "hooks": { + "Stop": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "say '다음 작업을 확인해주세요'" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..6c632bd --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:lightsoft-dev/claude-plugin-for-dev:voicemanager", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "ee52c7faf1f9744d4e3599baad865023f4d98e88", + "treeHash": "eb35432a6e5dcaaf1942c13fcf158163c68cc2bd567c4c55fbaffc7189d5512e", + "generatedAt": "2025-11-28T10:20:19.147378Z", + "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": "voicemanager", + "description": "tell user when needs input", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "5287dc421b103b339397f435750bb9c2478e35e4f8cfed371c592b88ce69dfea" + }, + { + "path": "hooks/hooks.json", + "sha256": "d269efc9d994bc9819d32e089db84a5259a76f2d729c094fa1fd812dd1957181" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "9a6161c23e438be5048ea0bbffe8137f3865a2d39e1589fd855d8800d63f03fd" + } + ], + "dirSha256": "eb35432a6e5dcaaf1942c13fcf158163c68cc2bd567c4c55fbaffc7189d5512e" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file