From fc5ba03a7f813bf5011270ef5c3415bb57449390 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:18:32 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ hooks/hooks.json | 15 +++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 75 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..76da843 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "ralph-wiggum", + "description": "互動式自我參照 AI 循環,用於迭代開發。Claude 反覆處理相同任務,觀察之前的工作,直到完成", + "version": "1.0.0", + "author": { + "name": "Daisy Hollman (繁體中文版)", + "email": "daisy@anthropic.com" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f76b23 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ralph-wiggum + +互動式自我參照 AI 循環,用於迭代開發。Claude 反覆處理相同任務,觀察之前的工作,直到完成 diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..d8cde25 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,15 @@ +{ + "description": "Ralph Wiggum Stop 鉤子 - 攔截退出以創建自引用循環", + "hooks": { + "Stop": [ + { + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh" + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..f537a3e --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:DennisLiuCk/claude-plugin-marketplace:plugins/ralph-wiggum", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "d3fb851e613f66303a6f80ef535fa790aef8a982", + "treeHash": "1e65135c0a5cd2f3f5111e945050500316ee6043968a8977a4253998bf6dfe33", + "generatedAt": "2025-11-28T10:10:13.023036Z", + "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": "ralph-wiggum", + "description": "互動式自我參照 AI 循環,用於迭代開發。Claude 反覆處理相同任務,觀察之前的工作,直到完成", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "a7e029a7bfdc88778aeba4543f19239284176835a561ea2f5fa0426a889a7c3d" + }, + { + "path": "hooks/hooks.json", + "sha256": "cfff9e6d856b6adf5b724cdb88994c1f554b80883e8f5f67b3d0c1599e01caff" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "2f082d08eb9f605cd7dadc4b7b0ada9b9faf46d820311f6927a95c2bd923a191" + } + ], + "dirSha256": "1e65135c0a5cd2f3f5111e945050500316ee6043968a8977a4253998bf6dfe33" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file