Save working state
save_working_statePersist your session at wrap-up so another agent can continue without a human. Writes a secret-scanned continuation packet from the current Git snapshot plus summary and next steps.
Instructions
Use at wrap-up to persist this session so another agent can continue without a human: writes a continuation packet from the current Git snapshot plus the optional summary and nextSteps you supply. Secret-scanned before write. Does not ask for confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| private | No | When true, write a private continuation packet. Default false; also private when continuation.sensitivity is private. | |
| summary | No | Working-state summary to persist. When omitted, the packet is built from the current Git snapshot (branch, commit, dirty files). | |
| actorName | No | Name recorded as the author of this write; defaults to the server's configured actor, or 'mcp-client'. | |
| nextSteps | No | What the next agent should do after loading this checkpoint. |