fix(ci): record startup JS growth in the Control UI budget baseline

Startup JS gzip reached 329483 B on main (build-artifacts, af49764206),
1198 B over the 328285 B baseline + 1024 B tolerance, after cumulative
chat/session UI growth landed in #122296, #122713, #122870, and #122876.
Record the CI-measured bytes (within the 4096 B ratchet) to restore green
build-artifacts and QA Smoke lanes.
This commit is contained in:
Peter Steinberger
2026-08-12 18:03:39 -07:00
parent ce5521a4a4
commit add6b20bd2
@@ -1,5 +1,5 @@
{
"startupJsGzipBytes": 328285,
"reason": "Gateway update outcome (#121686); Testbox-measured exact-head bytes",
"updatedAt": "2026-08-11"
"startupJsGzipBytes": 329483,
"reason": "cumulative chat/session UI growth (#122296, #122713, #122870, #122876); CI-measured build-artifacts bytes",
"updatedAt": "2026-08-13"
}