ralph-resume

Solid

Resume an interrupted agent loop from last checkpoint

AI & Automation 142 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- AIWG-SKILL-CALLOUT --> > **Skill access pattern (post-kernel-pivot, 2026.5+)** > > Skill names referenced in this document are AIWG skills, **not slash commands**. Most are not kernel-listed and cannot be invoked as `/skill-name` by the platform. Reach them via: > > ```bash > aiwg discover "<capability>" > aiwg show skill <name> > ``` > > Only kernel-listed skills (`aiwg-doctor`, `aiwg-refresh`, `aiwg-status`, `aiwg-help`, `use`, `steward`) are directly invokable as slash commands. See [skill-discovery rule](../../../addons/aiwg-utils/rules/skill-discovery.md). # Al Resume Resume a paused or interrupted agent loop. ## Usage ``` /ralph-resume # Resume with existing settings /ralph-resume --max-iterations 20 # Resume with higher iteration limit /ralph-resume --timeout 120 # Resume with longer timeout ``` ## Parameters ### --max-iterations N Override the maximum iterations limit. Useful when loop stopped at limit but was making progress. ### --timeout M Override the timeout in minutes. Useful when loop timed out but task is close to completion. ## Your Actions ### Step 1: Load State 1. Read `.aiwg/ralph/current-loop.json` 2. Verify loop can be resumed (status != 'success', status != 'aborted') 3. Load iteration history and learnings **If no resumable loop**: ``` No agent loop to resume. Status: {status} {If success}: Loop completed successfully. Start a new loop with /ralph {If aborted}: Loop was aborted. Start fresh with /ralph...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
9 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category