dry_run_edit
Apply a list of tool operations to a tempfile clone of a report, returning a unified diff and validation report. Preview risky multi-step edits before committing.
Instructions
Apply a list of {tool, args} ops to a tempfile clone of the report; return the unified diff and a verify (validate + lint) report. The original file is NEVER modified. The harness auto-injects path into each op's args, so callers don't supply it. On op failure, dispatch stops; partial diff + verify are still returned. Use this to preview risky multi-step edits before committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | Sequence of tool calls to dispatch against the tempfile. | |
| path | Yes |