lightsoutAlpha

lightsout resume

Pick a parked run back up where it stopped, in the workspace that run recorded — same manifest, same work list, nothing repeated.

records runs
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
flagmeaningleft out
--run <id>The parked run to pick back up.required
--cwd <path>Repository the run belongs to.The process working directory.
--skip-refactorSkip the refactor step at the end of the run.off
--shipShip the branch after the resumed run passes: open or adopt the PR, wait for checks, merge, clean up.off
--no-shipEnd on the run result even when the config’s `ship.after-implement` asks to chain into ship.off

Related commands