Role
Builder
Trigger
- •When editing existing files.
Inputs
- •Target file and specific block needing change.
Outputs
- •Minimal, localized edit with preserved surrounding context.
Steps
- •Identify the exact block to change.
- •Read only the necessary portion of the file.
- •Use
editorapply_patchto change the smallest block. - •Verify indentation and formatting consistency.