Continuation outcomes
next: auto means the Runtime allows continuation; it does not start a daemon. If the caller explicitly asks to stop after a transition, the Skill makes no further tool call after that transition. A later session resumes from disk.
What a checkpoint stores
For an interruption within one phase:verification.md.
On recovery, Runtime checks the checkpoint phase, revision, and manifest. A change to any of them marks the checkpoint stale. The old summary remains historical context but cannot override current state.
Why Native has no separate handoff document
Classic passes work across phase Skills and external methods, so it needs design context, plans, and compression projections. Native uses one Skill that rereads formal artifacts:- the brief and target specs retain requirements;
- state and continuation retain phase;
- checkpoints retain in-phase progress;
- verification reports and receipts retain evidence.
context_compression mode and does not generate a handoff solely to transfer context between phase Skills.


