Documentation
README
Al Abort
Abort a running or paused agent loop.
Usage
/ralph-abort # Abort, keep changes
/ralph-abort --revert # Abort and revert all changes
/ralph-abort --force # Abort even if no active loop
Parameters
--keep-changes (default)
Stop the loop but keep all file changes made during iterations.
--revert
Revert all changes made during the agent loop using git:
- Identify commits made during loop (prefix:
ralph: iteration) - Reset to commit before loop started
- Warning: This discards work
--force
Abort even if state indicates no active loop (for cleanup).
Your Actions
Standard Abort
This is the opening of the README. Read the full README on GitHub.