Undo mutations
undoRoll back the last N mutations by truncating and replaying the journal. Destructive to audit history; for session claims use revert.
Instructions
Roll back the last N mutations (steps, default 1) by truncating the journal and replaying it. Destructive to audit history: the undone journal records are gone for good, and success is silent. For session claims use revert instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | number of mutations to revert (default 1) |