omni_batch_apply
Translate and validate MapDev operations, then send the batch to the OmniMod bridge for automatic application when the world loads.
Instructions
Translate + validate + send a raw MapDev op batch to the bridge. The engine applies it within ~2s of the world being loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| name | No | agent-batch | |
| dryRun | No | If true, build and return the batch without sending. | |
| filename | No | Overrides the auto-generated filename. Must end .json. | |
| autoTranslate | No |