Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:22 +08:00
commit adc9537c2c
10 changed files with 1018 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "ralph-wiggum",
"description": "Ralph Wiggum iterative AI development loops - autonomous task refinement using Stop hooks. Enables hands-off iteration where Claude continuously works on a task until completion, with progress tracked via state files and completion signaled through XML promise tags.",
"version": "0.4.4",
"author": {
"name": "Fred Amaral",
"email": "fred@fredamaral.com.br"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}