batch_apply_edits
Apply multiple file edits atomically after validating every search string, preventing partial changes when any match fails. Preview changes with dry-run before final application.
Instructions
Apply multiple file edits atomically with rollback on failure. Validates all edits first — if any search string is not found, NO files are modified. Use dryRun: true (default) to preview changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edits | Yes | List of edits to apply | |
| dryRun | No | Preview all changes without writing (default: true) |