Block a user
AAA-00: Phase 4 execution plan, quality gates, and release criteria
AAA-08: SaaS hardening for API/MCP production readiness
AAA-06: Diagnostics UX 2.0 with actionable repair flows
AAA-07: Accessibility, responsive layouts, and keyboard-first interaction pass
AAA-04: Routing engine v3 with channel routing, junction semantics, and smart net stubs
AAA-05: Inspector and in-canvas editing overhaul (no-JSON-required workflow)
AAA-03: Readability-first layout engine v3 (graph decomposition + lane planning)
AAA-01: Redesign workspace visual system for premium readability and hierarchy
AAA-02: Fit-to-view and adaptive viewport behavior that maximizes schematic focus
Expand browser QA scenario with dense analog sample and readability assertions
Add deterministic 'Reset Sample' quick action for manual QA loops
Add Playwright regression flow to CI for core UI interactions
Implement screenshot-diff visual baseline checks for core scenes
Normalize compile status metrics across compile/layout actions
Normalize compile status metrics across compile/layout actions
Completed in commit d5836a2.
Delivered:
- Added shared compile status formatter to normalize reporting across compile, auto-layout, and auto-tidy paths.
- Standardized metric ordering/format:…
Add Playwright regression flow to CI for core UI interactions
Completed in commit d5836a2.
Delivered:
- Added Playwright-driven browser regression runner (
tests/ui-regression-runner.js). - Wired CI workflow to install Chromium and execute browser…
Implement screenshot-diff visual baseline checks for core scenes
Completed in commit d5836a2.
Delivered:
- Added screenshot baseline storage under
tests/baselines/ui. - Added image diff checks in UI regression runner with configurable update mode.
- Added…
Add deterministic 'Reset Sample' quick action for manual QA loops
Completed in commit d5836a2.
Delivered:
- Added deterministic
Reset Sampleaction in top bar. - Reset restores baseline model/view/editor/selection/isolation state consistently.
- Preserved…
Expand browser QA scenario with dense analog sample and readability assertions
Completed in commit d5836a2.
Delivered:
- Added dense analog fixture (
examples/dense-analog.json). - Extended browser QA to compile/layout this case and assert readability-oriented thresholds.…
Expand browser QA scenario with dense analog sample and readability assertions