Changed
-
Session persistence now relies on Claude Code natively; the ralph-wiggum integration is removed. Its rationale is obsolete — sessions no longer die at context limits, auto-compaction summarizes and continues — and the integration never worked as documented anyway:
plan-orchestratetold Claude to invoke/ralph-wiggum:loop, but the plugin's actual command isralph-loop, and both its commands are markedhide-from-slash-command-tool, so Claude could never invoke them itself in the first place.In its place,
plan-orchestrate(Step 0) andplan-create(the "ready to begin?" prompt) surface a copy-pasteable tip for Claude Code's built-in/goalcommand —/goalis user-typed and cannot be started by a skill, so a tip is the honest integration. The suggested condition deliberately covers both terminal outputs,ALL_TASKS_COMPLETEandTASKS_BLOCKED, so a legitimately blocked run ends the goal instead of leaving its evaluator demanding progress that cannot happen.project-setupno longer prompts to install ralph-wiggum and no longer writes the.claude/ralph-loop.local.mdgitignore entry;project-updateno longer checks for it (a stale entry in an existing project is harmless and left alone). Plan and task file formats are unchanged, interrupted runs still resume from on-disk state, and anyone who prefers ralph-wiggum can still start it manually — the orchestrator's terminal outputs satisfy its completion promise exactly as before.