0.27.1
Fixed
-
The lab's copy of the emitted glue had been stale for two releases, and only CI could see it.
website/src/pages/lab/_bridge.mjsmust be byte-identical togenerated/web/billing/bridge.js; the version stamp went to0.26.0and the copy stayed at0.1.0, so anybody opening the lab ran glue built by a compiler two releases old.The check lived only in the Website workflow.
task checkwas green while CI was red, through 0.26.0 and 0.27.0 — which is this repository's own rule failing in the direction nobody watches: a check that exists only in CI cannot be run before pushing, so it reports after the tag rather than before it.Fixed three ways rather than one: the copy is synced,
lab-checkis now a step intask check, andAGENTS.md§ Releases lists the copy among the regeneration steps — it named four and there were five.