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": "ralph-wiggum",
|
||||
"description": "互動式自我參照 AI 循環,用於迭代開發。Claude 反覆處理相同任務,觀察之前的工作,直到完成",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Daisy Hollman (繁體中文版)",
|
||||
"email": "daisy@anthropic.com"
|
||||
},
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# ralph-wiggum
|
||||
|
||||
互動式自我參照 AI 循環,用於迭代開發。Claude 反覆處理相同任務,觀察之前的工作,直到完成
|
||||
15
hooks/hooks.json
Normal file
15
hooks/hooks.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"description": "Ralph Wiggum Stop 鉤子 - 攔截退出以創建自引用循環",
|
||||
"hooks": {
|
||||
"Stop": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.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: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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user