Resume
Continuation should not rebuild context.
A paused or interrupted run can resume from its checkpoint, preserving the plan, events and evidence accumulated so far.
Lifecycle
The lifecycle is designed around fresh, resume, halt and done states. The point is not to hide failure; it is to keep enough state for a human or tool to decide what should happen next.
Resume
A paused or interrupted run can resume from its checkpoint, preserving the plan, events and evidence accumulated so far.
Halt
A halted run should leave a clear reason and enough artifacts for the operator to inspect before deciding on a new attempt.