Cancel the active ralph-loop++ optimization session
Cancels active ralph-loop++ optimization sessions and cleans up all associated resources.
/plugin marketplace add ponderingBGI/ralph-loop-pp/plugin install ponderingbgi-ralph-loop-pp-plugin@ponderingBGI/ralph-loop-ppCancel any active optimization session and clean up resources.
.claude/ralph-plus.local.md# Find and remove worktrees
git worktree list | grep "ralph-plus" | awk '{print $1}' | xargs -I {} git worktree remove {} --force 2>/dev/null || true
# Clean up branches
git branch | grep "ralph-plus/" | xargs -I {} git branch -D {} 2>/dev/null || true
Update the state file:
active: false
cancelled_at: "{timestamp}"
phase: "cancelled"
Report to user: