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,…
Rbanh commented on issue Rbanh/schemeta#6 2026-02-18 21:02:40 -05:00
Performance budget and virtualization for large schematics

Final closure summary:

  • Instances/Nets list virtualization shipped for large models.
  • Added perf regression tests including explicit 500+ instances / 1000+ net nodes coverage.
  • Compile perf…
Rbanh commented on issue Rbanh/schemeta#5 2026-02-18 21:02:39 -05:00
Label placement and readability pass: prevent text collisions and duplicate noise

Final closure summary:

  • Label readability engine includes collision suppression, duplicate-net label suppression, and zoom-density controls.
  • Pin/value/ref/net label visibility now adapts by…
Rbanh commented on issue Rbanh/schemeta#4 2026-02-18 21:02:23 -05:00
Inspector UX redesign: task-oriented editors with less cognitive load

Final closure summary:

  • Inspector sections are collapsible with persisted state.
  • Quick actions (duplicate/delete/isolate) integrated.
  • Added destructive-action confirmations with impact…
Rbanh commented on issue Rbanh/schemeta#3 2026-02-18 21:02:22 -05:00
Symbol/pin editor safety: schema-constrained edits with net reference migration

Final closure summary:

  • Symbol/pin editing now enforces schema-like constraints with inline row validation.
  • Unique pin names and numbers enforced.
  • Destructive symbol edits require explicit…