cc-adoption-data.ts
The published CC adoption board read Latest known upstream 2.1.220 while
shared/cc-support.json said 2.1.231. ci.yml already diffed
docs/site/lib/generated/, so the gate looked covered. It was not: a gate is only as good as
the build in front of it, and no build step ran the generator that writes that file. Issue #3492.
| Generated file (gated by ci.yml) | Written by |
|---|
CI checks out the PR, runs npm run build, then diffs
docs/site/lib/generated/. Wiring the generator in means its output is now re-run on
every PR, so a stamp that varies per run turns a real gate into a permanent false alarm.