plan_ui_fixes
Build a dry-run UI fix plan from diagnosis evidence and app graph data, returning patches with risk and confidence levels to guide human or automated patching without modifying source files.
Instructions
Build a dry-run UI fix plan from diagnosis evidence and app graph data.
Returns on success: { patches[], summary, caveats[] } where every patch includes risk, confidence, affected files, operations, and writeSafe. This tool never modifies source files.
Use this tool: to decide what a human or coding agent should patch before calling memi fix apply or making manual edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Local path or public URL to scan. Defaults to the current project root. | |
| maxFiles | No | Maximum source files to scan. |