opencode-ralph/package.json
Chindriș Mihai Alexandru aaf72e35d4 feat: add history tracking, context injection, and struggle detection
Enhanced Ralph Wiggum plugin with:
- Iteration history tracking (ralph-history.local.json)
- Mid-loop context injection via /ralph-context command
- Loop status monitoring via /ralph-status command
- Struggle detection (no file changes, high error rate, rapid iterations)
- Operator guidance in continuation prompts
- Tool usage and file modification tracking per iteration

New commands:
- /ralph-status: View current loop state, history summary, struggle indicators
- /ralph-context: Inject hints/guidance mid-loop without stopping

Fork of rot13maxi/opencode-ralph with significant enhancements.
2026-01-26 02:31:33 +02:00

39 lines
970 B
JSON

{
"name": "opencode-ralph-enhanced",
"version": "1.1.0",
"description": "Enhanced Ralph Wiggum Plugin for OpenCode - Continuous self-referential AI loops with history tracking, context injection, and struggle detection",
"main": "plugin/ralph.ts",
"repository": {
"type": "git",
"url": "https://github.com/Mihai-Codes/opencode-ralph-fork.git"
},
"keywords": [
"opencode",
"plugin",
"ralph-wiggum",
"ai-loops",
"iterative-development",
"claude-code"
],
"author": "Mihai-Codes",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mihai-Codes/opencode-ralph-fork/issues"
},
"homepage": "https://github.com/Mihai-Codes/opencode-ralph-fork#readme",
"peerDependencies": {
"@opencode-ai/plugin": ">=0.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"plugin/",
"command/",
"README.md"
]
}