save
Preserve the active session as a Core Memory Packet by synthesizing goal, decisions, failed attempts, open questions, and next step into a structured JSON for later retrieval.
Instructions
Save the current session as a Core Memory Packet. Build the packet JSON from the active conversation — goal, locked decisions, failed attempts, open questions, next step — and pass it as 'packet'. Same validation and redaction as 'push'; use this when the intent is 'persist my session' rather than 'ship a pre-built packet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allow_unredacted | No | Skip the redaction pre-flight. Only set true when the caller has already reviewed the content. | |
| packet | Yes | The full Core Memory Packet JSON synthesized from the current session. |