mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
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.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user