Rbanh commented on issue Rbanh/schemeta#12 2026-02-18 21:44:52 -05:00
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…
Rbanh commented on issue Rbanh/schemeta#13 2026-02-18 21:44:52 -05:00
Add deterministic 'Reset Sample' quick action for manual QA loops

Completed in commit d5836a2.

Delivered:

  • Added deterministic Reset Sample action in top bar.
  • Reset restores baseline model/view/editor/selection/isolation state consistently.
  • Preserved…
Rbanh commented on issue Rbanh/schemeta#14 2026-02-18 21:44:52 -05:00
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.…
Rbanh opened issue Rbanh/schemeta#14 2026-02-18 21:33:40 -05:00
Expand browser QA scenario with dense analog sample and readability assertions
Rbanh opened issue Rbanh/schemeta#13 2026-02-18 21:33:38 -05:00
Add deterministic 'Reset Sample' quick action for manual QA loops
Rbanh opened issue Rbanh/schemeta#12 2026-02-18 21:33:32 -05:00
Implement screenshot-diff visual baseline checks for core scenes
Rbanh opened issue Rbanh/schemeta#11 2026-02-18 21:33:31 -05:00
Add Playwright regression flow to CI for core UI interactions
Rbanh opened issue Rbanh/schemeta#10 2026-02-18 21:33:30 -05:00
Normalize compile status metrics across compile/layout actions
Rbanh closed issue Rbanh/schemeta#9 2026-02-18 21:03:42 -05:00
MCP/API productionization: versioned contracts, auth model, and operational docs
Rbanh closed issue Rbanh/schemeta#8 2026-02-18 21:03:30 -05:00
QA/CI hardening: e2e editor tests, schema regression tests, and release checklist
Rbanh closed issue Rbanh/schemeta#7 2026-02-18 21:03:28 -05:00
Accessibility and keyboard-first workflow compliance
Rbanh closed issue Rbanh/schemeta#6 2026-02-18 21:03:23 -05:00
Performance budget and virtualization for large schematics
Rbanh closed issue Rbanh/schemeta#5 2026-02-18 21:03:21 -05:00
Label placement and readability pass: prevent text collisions and duplicate noise
Rbanh closed issue Rbanh/schemeta#4 2026-02-18 21:03:10 -05:00
Inspector UX redesign: task-oriented editors with less cognitive load
Rbanh closed issue Rbanh/schemeta#3 2026-02-18 21:03:08 -05:00
Symbol/pin editor safety: schema-constrained edits with net reference migration
Rbanh closed issue Rbanh/schemeta#2 2026-02-18 21:03:04 -05:00
Selection & edit UX hardening: predictable drag, deselect, isolate, and multi-select behavior
Rbanh closed issue Rbanh/schemeta#1 2026-02-18 21:03:01 -05:00
Routing engine v2: overlap-averse schematic routing with label-tie fallback
Rbanh commented on issue Rbanh/schemeta#9 2026-02-18 21:02:52 -05:00
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…
Rbanh commented on issue Rbanh/schemeta#8 2026-02-18 21:02:45 -05:00
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 and npm test on push/PR.
  • Added regression suites for…
Rbanh commented on issue Rbanh/schemeta#7 2026-02-18 21:02:41 -05:00
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+Enter apply current editor,…