Cancel active Ralph Wiggum loop
Terminates an active Ralph Wiggum loop and reports the iteration number.
/plugin marketplace add Arthur742Ramos/ralph-wiggum-windows/plugin install arthur742ramos-ralph-wiggum-windows@Arthur742Ramos/ralph-wiggum-windowspowershell.exe -NoProfile -Command "
if (Test-Path .claude/ralph-loop.local.md) {
\$content = Get-Content .claude/ralph-loop.local.md -Raw
if (\$content -match 'iteration:\s*(\d+)') {
Write-Host \"FOUND_LOOP=true\"
Write-Host \"ITERATION=\$(\$Matches[1])\"
}
} else {
Write-Host \"FOUND_LOOP=false\"
}
"
Check the output above:
If FOUND_LOOP=false:
If FOUND_LOOP=true:
powershell.exe -NoProfile -Command "Remove-Item .claude/ralph-loop.local.md -Force"/cancel-ralphCancel active Ralph Wiggum loop