You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spun out of the #5306 maintainer ruling (2026-08-25, batch adjudication; Option A accepted now, Option C approved as this gated follow-up — verbatim acceptance: 「就全部接受,然后继续下一批」).
What
Add engine-strict=true to .npmrc, turning the (now truthful, post-#5306) engines declaration from documentation into enforcement — a contributor or agent on node 22.4 / pnpm 9 gets refused at install time instead of a silently unsupported toolchain.
Gate (why blocked, and what to verify before flipping)
Before enabling, verify against the environments that would be refused: CI workflow images (every workflow that runs pnpm install), the documented contributor setup, and the remote-agent session images. Record the readings in this card; if any live environment fails the corrected range, fixing THAT is a prerequisite, not a reason to widen the range back.
Blocked-by: #5306
Spun out of the #5306 maintainer ruling (2026-08-25, batch adjudication; Option A accepted now, Option C approved as this gated follow-up — verbatim acceptance: 「就全部接受,然后继续下一批」).
What
Add
engine-strict=trueto.npmrc, turning the (now truthful, post-#5306)enginesdeclaration from documentation into enforcement — a contributor or agent on node 22.4 / pnpm 9 gets refused at install time instead of a silently unsupported toolchain.Gate (why blocked, and what to verify before flipping)
pnpm install), the documented contributor setup, and the remote-agent session images. Record the readings in this card; if any live environment fails the corrected range, fixing THAT is a prerequisite, not a reason to widen the range back.Refs: #5306 (the ruling and the corrected range).