batch_modify
Apply instructions to multiple files with atomic rollback, ensuring all-or-nothing transaction safety for batch modifications.
Instructions
Batch File Modification - Apply same instructions to multiple files with atomic rollback. Supports transaction mode (all or nothing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | File paths or glob patterns to modify | |
| instructions | Yes | Instructions to apply to each file | |
| options | No |