chore: prepare 2026.3.28-beta.1 release

This commit is contained in:
Peter Steinberger
2026-03-28 22:24:28 +00:00
parent 143fb34bf9
commit 587e18cd3f
98 changed files with 362 additions and 292 deletions

View File

@@ -32,8 +32,9 @@ const requiredPathGroups = [
const forbiddenPrefixes = ["dist-runtime/", "dist/OpenClaw.app/"];
// 2026.3.12 ballooned to ~213.6 MiB unpacked and correlated with low-memory
// startup/doctor OOM reports. Keep enough headroom for the current pack with
// restored bundled upgrade surfaces while still catching regressions quickly.
const npmPackUnpackedSizeBudgetBytes = 190 * 1024 * 1024;
// restored bundled upgrade surfaces and Control UI assets while still catching
// regressions quickly.
const npmPackUnpackedSizeBudgetBytes = 191 * 1024 * 1024;
const appcastPath = resolve("appcast.xml");
const laneBuildMin = 1_000_000_000;
const laneFloorAdoptionDateKey = 20260227;