From 5760fcdae162981b540ef67cbb9055d5cb2c6eb7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 14 Aug 2026 20:19:16 -0700 Subject: [PATCH] fix(ci): record 2026-08-15 Control UI startup JS growth in the budget baseline Tonight's UI fix stream (stale-tab retry, session attention, talk backpressure) consumed the 1 KiB tolerance and broke build-artifacts plus both QA smoke ui:build paths on main (run 31861213699, 333309 B vs 332040+1024). Recorded with CI bytes per the checker contract; the 350 KiB maintainer-approved ceiling still bounds cumulative creep. --- config/control-ui-startup-budget-baseline.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/control-ui-startup-budget-baseline.json b/config/control-ui-startup-budget-baseline.json index a97dfb359335..ff7bfeabc305 100644 --- a/config/control-ui-startup-budget-baseline.json +++ b/config/control-ui-startup-budget-baseline.json @@ -1,5 +1,5 @@ { - "startupJsGzipBytes": 332040, - "reason": "cumulative 2026-08-14 growth (run 31798463207 baseline), redacted-rename guard i18n (#123571), and pairing completion (#120933); CI run 31814389572 build-artifacts bytes", - "updatedAt": "2026-08-14" + "startupJsGzipBytes": 333309, + "reason": "cumulative 2026-08-15 UI fix growth (tab retry/session attention/talk backpressure stream); CI run 31861213699 build-artifacts bytes", + "updatedAt": "2026-08-15" }