Cancel an active Ralph-On-Shelf loop
Terminates an active Ralph-On-Shelf loop and cleans up sandbox resources.
/plugin marketplace add HarleyCoops/RalphOnAShelf/plugin install ralph-on-shelf@ralph-on-shelf-marketplaceThis command cancels any active ROS loop.
Read the state file at ${CLAUDE_PLUGIN_ROOT}/.ros-state.json
If no active loop, report:
No active Ralph-On-Shelf loop to cancel.
If active loop exists, update the state:
{
"active": false,
"status": "cancelled",
"cancelled_at": "<current ISO timestamp>",
"final_iteration": <current_iteration>
}
Kill the E2B sandbox if one is running:
sandbox_id from stateReport cancellation:
Ralph-On-Shelf loop cancelled.
- Completed iterations: {{final_iteration}}
- Original prompt: {{prompt}}
- Sandbox cleaned up: {{sandbox_id}}
Cancel the ROS loop now by updating the state file and cleaning up resources.