From 00e0b75d45380ee6e4c6f21f30b347b7f1ee82f4 Mon Sep 17 00:00:00 2001 From: BigSimmo <87357024+BigSimmo@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:27:11 +0800 Subject: [PATCH] docs(redesign): record full release-gate verification results All verify:release steps run stepwise and green on 2026-07-02: runtime, lint, typecheck, vitest 688/2, build, e2e (chromium 39/39, firefox 35/35, webkit 38+1 retry-pass), production-readiness 5/5, quality eval thresholds. Notes the pre-existing env-coupled upload-drawer test expectation. Co-Authored-By: Claude Opus 4.8 --- docs/redesign/05-changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/redesign/05-changelog.md b/docs/redesign/05-changelog.md index 3b8a79f4f7..e498fa2dad 100644 --- a/docs/redesign/05-changelog.md +++ b/docs/redesign/05-changelog.md @@ -15,7 +15,9 @@ ### Verification -- `npm run typecheck` and `npm run lint` pass; vitest 688 passed / 2 skipped; `tests/ui-smoke.spec.ts` 29/29 and `tests/ui-accessibility.spec.ts` 2/2 pass on Chromium; dev server serves 200 with 0 console errors; light/dark desktop + light mobile screenshots confirm the direction; contrast spot-checks pass (Aegean-on-white ≈5.8:1, command ≈16:1, semantics ≥4.5:1). `npm run verify:release` (full build + e2e + eval) not run. +- `npm run typecheck` and `npm run lint` pass; vitest 688 passed / 2 skipped; `tests/ui-smoke.spec.ts` 29/29 and `tests/ui-accessibility.spec.ts` 2/2 pass on Chromium; dev server serves 200 with 0 console errors; light/dark desktop + light mobile screenshots confirm the direction; contrast spot-checks pass (Aegean-on-white ≈5.8:1, command ≈16:1, semantics ≥4.5:1). +- **Full release-gate chain run stepwise on 2026-07-02 (equivalent to `verify:release`): all green.** check:runtime ✓ · lint ✓ · typecheck ✓ · vitest 688/2 skipped ✓ · `next build` ✓ · e2e chromium 39/39, firefox 35/35, webkit 38+1-flaky-passed-on-retry ✓ · production-readiness READY 5/5 ✓ · `eval:quality:release` passed thresholds ✓. +- Known test/env coupling (pre-existing, not theme-related): `ui-smoke.spec.ts` "upload drawer exposes setup checklist" expects demo-mode-disabled uploads and fails when `.env.local` (local auth) is present; the e2e gate is green in the env-less configuration the suite is written for. ### Polish (follow-up pass)