batch
Execute multiple invertible write operations atomically, with all-or-nothing rollback on failure.
Instructions
Apply multiple invertible write ops atomically (all-or-nothing with rollback). ops is an ordered list of { tool, params } where tool is an invertible write (e.g. set_fills, rename_node, move_nodes, create_frame). Destructive ops (delete_*, ungroup_nodes, …) are rejected. Returns { ok, results } with one result per op in order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | Ordered write ops applied atomically |