Commit Graph
3 Commits
Author SHA1 Message Date
clawbot fb9e8f5542 fix: NUL-delimit verify-build's dist walk so no path escapes the check (closes #223)
check / check (push) Has been cancelled
2026-08-11 15:26:43 +02:00
clawbot 93e3f6e4e2 fix: correct verify-build diagnostics and close two robustness gaps (closes #180)
check / check (push) Has been cancelled
2026-08-11 14:55:06 +02:00
clawbot e9fa8bec47 build: assert DEBUG is off in every emitted bundle as a post-build check (closes #170)
check / check (push) Successful in 18s
build.js records which emitted bundles contain src/shared/constants.js, and
constants.js carries a marker constant-folded from DEBUG itself. script/verify-build
cross-checks the two and fails on every way of not knowing, so deleting the
__BUILD_DEBUG__ define now breaks the build instead of shipping a live debug branch.
2026-08-10 16:15:22 +02:00