Implemented a major symbol/pin safety pass in main via commit fcad4b2.
Delivered:
- Added explicit
Preview Migrationflow in Symbol editor. - Added migration impact summary before commit…
Additional QA gate added in main via commit c6578c0.
Delivered:
- Introduced
tests/perf-budget.test.jsto detect compile performance regressions automatically. npm testnow includes…
Performance regression coverage increment shipped in main via commit c6578c0.
Delivered:
- Added
tests/perf-budget.test.jswith a deterministic large synthetic model. - Added a compile-time…
QA regression coverage expanded in main via commit 2cfef41.
Delivered:
- Added
tests/schema-regression.test.jsto lock down streamlined schema behavior:- shorthand symbol definitions…
Contract-test slice completed in main via commit 925f807.
Delivered:
- Added
tests/api-contract.test.jscovering stable REST/MCP contract envelopes. - Added assertions for compile/analyze…
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…
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…
Implemented additional inspector IA polish for Issue #4 in commit bf64195.
Shipped
- Added collapsible inspector sections:
- Component
- Symbol
- Pin
- Net
- Added persistent…
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 (
Implemented another Issue #9 hardening slice in commit 9ee97ff.
Shipped
- Added per-client POST request throttling in
src/server.jsfor:/compile/analyze/layout/auto…
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…