(fn: () => void, opts?: { origin?: unknown })
| 476 | // ── Advanced / agent layer (F10 layer 2) ────────────────────────────────── |
| 477 | dispatch(op: EditOp, opts?: { origin?: unknown }): void; |
| 478 | batch(fn: () => void, opts?: { origin?: unknown }): void; |
| 479 | /** |
| 480 | * Dry-run validation — would dispatch(op) succeed? |
| 481 | * Returns {ok:true} when dispatch would mutate the document, {ok:false,code,message} otherwise. |
no outgoing calls