docs(wiki): reconcile CLI/decomp/Avalonia pages with current code Review-and-update sweep against HEAD (ver_20260204.22 +2563 commits): - Command-Line-Interface: fix wrong invocation syntax for --makeups/ --applyups/--pointercalc/--songexchange/--convertmap1picture; note the full 67-command surface + the major command families. - Decomp-Project-Mode: shops are now source-backed via --write-shop (not ROM-only); complete the --export-asset/--validate-asset --kind tables (mapchange/mapanime2pal/mapanime1gfx/objtiles/mapchipconfig/shop/...); coverage column shows the tier enum names. - Avalonia-GUI: 354->357 views, 2->7 shared controls, 6->8 IPickableEditor, drop phantom ErorrUnknownROMView; MIDI->GBA write-back (#972) and patch install/uninstall are implemented; event conditions/units are write-enabled; OAM assembly reframed as partial. - Getting-Started: --makeups requires a path value. - MoreData: correct FE-Repo-Music repo to laqieer/FE-Repo-Music-No-Preview. - GUI-Validation-Methods / Home: 356->357 views; Avalonia ~93% parity. Prompt: "review and update docs and wiki" Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
docs: document MCP flakiness on high-DPI displays Add Known Issues section covering window focus failures, DPI coordinate mismatch, black screenshots, and overall flakiness. Update recommendation to note programmatic PNG export as fallback proof when MCP cannot capture. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Link issue #243 from GUI Validation Methods wiki page Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add GUI Validation Methods wiki page Compare MCP Computer Use vs PowerShell UI Automation for Avalonia GUI validation. MCP wins decisively — PowerShell UI Automation is blind to all editor content (0 edit fields, 0 combos, 0 list items) due to missing Avalonia AutomationPeers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>