fix(release): stabilize generated UI references

This commit is contained in:
2026-08-01 07:02:22 +05:30
parent d5e834bc78
commit e2f7bea299
9 changed files with 178 additions and 28 deletions
+6 -4
View File
@@ -101,8 +101,10 @@ The complete `bun run check` command remains the authoritative local release gat
- Synchronous, asynchronous, and throwing peer calls refresh shared state correctly.
- Added an executable `validate:0.6` regression probe for the exact compiler failure.
## R12 release-reference validation
## R13 validation
- Release verification uses `git diff --quiet` instead of `git status --short` for generated UI references.
- `component-catalog.json`, `component-reference.json`, and `COMPONENTS.md` are all covered.
- Generator ordering no longer depends on `localeCompare`.
- UI reference CRLF no-op test: passed.
- Genuine stale-reference regeneration test: passed.
- Root v0.6 validator: 20 passed, 0 failed.
- VS Code editor tests: 28 passed, 0 failed.
- VS Code extension validation: passed.