lightsout resume
Pick a parked run back up where it stopped, in the workspace that run recorded — same manifest, same work list, nothing repeated.
lightsout resume
When to reach for it
Use it when a run parked — a rate limit, a batch ceiling, an escalation you have now answered. It restarts from the manifest, so finished work is never redone, and it returns to the checkout that run recorded rather than the one you happen to be standing in. A direct run built from a ticket is continued here too: it picks its unfinished stage back up from the ticket frozen beside the run, rather than being re-run from the ticket file.
How to run it
lightsout resume| flag | meaning | left out |
|---|---|---|
| --run <id> | The parked run to pick back up. | required |
| --cwd <path> | Repository the run belongs to. | The process working directory. |
| --skip-refactor | Skip the refactor step at the end of the run. | off |
| --ship | Ship the branch after the resumed run passes: open or adopt the PR, wait for checks, merge, clean up. | off |
| --no-ship | End on the run result even when the config’s `ship.after-implement` asks to chain into ship. | off |