Resume working state
resume_working_stateLoad the working checkpoint at session start to resume tasks right after interruptions. Returns checkpoint body directly; private packets stay hidden unless included.
Instructions
Use at session start to load the latest continuation for this store and continue immediately. Returns the checkpoint body; no confirmation step. Empty store returns checkpoint null. Private packets stay hidden unless the server was started with --include-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includePrivate | No | Include private continuation packets. Honoured only when the server was started with --include-private; otherwise the latest visible checkpoint is returned and a NOTCH_PRIVATE_HIDDEN warning is added. Default false. |