Block a user
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
Add deterministic 'Reset Sample' quick action for manual QA loops
Implement screenshot-diff visual baseline checks for core scenes
Add Playwright regression flow to CI for core UI interactions
Normalize compile status metrics across compile/layout actions
MCP/API productionization: versioned contracts, auth model, and operational docs
QA/CI hardening: e2e editor tests, schema regression tests, and release checklist
Accessibility and keyboard-first workflow compliance
Performance budget and virtualization for large schematics
Label placement and readability pass: prevent text collisions and duplicate noise
Inspector UX redesign: task-oriented editors with less cognitive load
Symbol/pin editor safety: schema-constrained edits with net reference migration
Selection & edit UX hardening: predictable drag, deselect, isolate, and multi-select behavior
Routing engine v2: overlap-averse schematic routing with label-tie fallback
MCP/API productionization: versioned contracts, auth model, and operational docs
Final closure summary:
- API/MCP responses include versioned contract metadata (
api_version,schema_version). - Added request-size limits, rate limiting, and optional hosted auth token…
QA/CI hardening: e2e editor tests, schema regression tests, and release checklist
Final closure summary:
- Release checklist + operations docs added.
- CI workflow added (
.gitea/workflows/ci.yml) to run syntax checks andnpm teston push/PR. - Added regression suites for…
Accessibility and keyboard-first workflow compliance
Final closure summary:
- Keyboard-accessible list interactions and focus-visible styling shipped.
- Added keyboard shortcuts for high-frequency edit actions (
Alt+Enterapply current editor,…