Block a user
QA/CI hardening: e2e editor tests, schema regression tests, and release checklist
Release-readiness docs are now in main via commit 7b6b176.
Delivered:
- Added
docs/release-checklist.md(pre-merge, validation gates, visual quality, env/rate-limit checks, release artifact…
MCP/API productionization: versioned contracts, auth model, and operational docs
Operations slice delivered in main via commit 7b6b176.
Delivered:
- Added
docs/operations-runbook.mdwith runtime/env vars, endpoint checks, incident playbook, release/rollback steps, and…
Inspector UX redesign: task-oriented editors with less cognitive load
Implemented additional inspector IA polish for Issue #4 in commit bf64195.
Shipped
- Added collapsible inspector sections:
- Component
- Symbol
- Pin
- Net
- Added persistent…
Symbol/pin editor safety: schema-constrained edits with net reference migration
Implemented another validation-hardening slice for Issue #3 in commit c02b146.
Shipped
- Added inline symbol editor validation UX:
- per-row invalid highlighting (
invalidRow) for…
- per-row invalid highlighting (
MCP/API productionization: versioned contracts, auth model, and operational docs
Implemented another Issue #9 hardening slice in commit 9ee97ff.
Shipped
- Added per-client POST request throttling in
src/server.jsfor:/compile/analyze/layout/auto…
Accessibility and keyboard-first workflow compliance
Implemented first accessibility slice for Issue #7 in commit 60f5274.
Shipped
- Added keyboard activation support for left-pane list items:
- Instances/Nets list items are now focusable…
Performance budget and virtualization for large schematics
Implemented first performance slice for Issue #6 in commit 559ff51.
Shipped
- Added list virtualization (windowed rendering + overscan) for left-pane lists:
- Instances list
- Nets…
MCP/API productionization: versioned contracts, auth model, and operational docs
Implemented first productionization slice for Issue #9 in commit 3cb6fee.
Shipped
- Added explicit envelope version metadata for REST responses:
api_versionschema_version-…
QA/CI hardening: e2e editor tests, schema regression tests, and release checklist
Progress update for Issue #8 in commit 80f46a7.
Shipped
- Extended compile test coverage to assert new layout quality metrics introduced during routing polish:
total_bends-…
Symbol/pin editor safety: schema-constrained edits with net reference migration
Implemented another safety slice for Issue #3 in commit bb3edfd.
Shipped
- Hardened pin migration behavior during symbol edits:
- when pin names are renamed, `instances[].properties.pin_ui…
Inspector UX redesign: task-oriented editors with less cognitive load
Implemented another Issue #4 slice in commit b7ba158.
Shipped
- Added inspector quick actions in context:
- Component:
Duplicate,Delete,Isolate - Net:
Isolate
- Component:
- Added safe…