opencode-ralph-rlm 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ralph-rlm.js CHANGED
@@ -25702,8 +25702,6 @@ ${interpolate(templates.continuePrompt, { attempt: String(attemptN), verdict })}
25702
25702
  const cfg = await run(getConfig());
25703
25703
  if (!cfg.enabled)
25704
25704
  return;
25705
- if (!cfg.autoStartOnMainIdle)
25706
- return;
25707
25705
  const workerState = sessionMap.get(workerSessionId);
25708
25706
  supervisor.currentWorkerSessionId = undefined;
25709
25707
  if (!workerState?.reportedStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-ralph-rlm",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "OpenCode plugin: Ralph outer loop + RLM inner loop. Iterative AI development with file-first discipline and sub-agent support.",
5
5
  "type": "module",
6
6
  "main": "./dist/ralph-rlm.js",