Skip to main content

fabro resume

Resuming workflows previously required constructing a fabro run --run-branch fabro/run/<RUN_ID> invocation manually. The new fabro resume subcommand accepts a run ID or prefix directly, matching the ergonomics of fabro rewind and fabro fork. Checkpoint-file-based resumption is also supported.
fabro resume abc123
fabro resume --checkpoint path/to/checkpoint.json --workflow workflow.fabro
The unified foreground run path now uses the createstartattach lifecycle internally, ensuring consistent behavior whether you run, resume, or rewind a workflow.