--- name: simplify-diff description: "Make an existing change more concise without altering behavior. Use when asked to simplify or reduce a diff." --- # Simplify Diff ## Workflow - Review the provided file/snippet and the existing change intent. - Inline helpers, remove redundant logic, and keep behavior identical. - Avoid unrelated edits and keep the diff minimal. - Summarize the simplifications made.