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
ci(governed-guard): install the generator toolchain so the queue leg can lift a pure regeneration (#14069)
The merge_group leg of Governed Surface Queue Guard installed no
dependencies, so every #11705 register row (generator-owned files inside
skills/**) failed closed there: a spec PR carrying its regenerated
references/_index.md stayed governed at queue time and needed a pinned
maintainer approval, while the seat-side --test lifted the identical diff
in a dev container. The script header filed that trade as not taken; the
maintainer took it (2026-09-01).
The job now acquires pnpm through the shared composite and runs a plain
pnpm install --frozen-lockfile - no --filter, so the register's verify.pkg
set is not restated in YAML, and no build, because both generators run
through tsx off their TypeScript sources. Every toolchain step is
continue-on-error: a broken install degrades to exactly the fail-closed
behaviour that preceded it instead of newly making ordinary queue builds
depend on the registry.
Nothing about the exemption is softened: the recompute is still the
register's own byte-exact one, every error path still refuses, and
hand-authored governed content still needs the pinned approval.
Claude-Session: https://claude.ai/code/session_015adLit3ZYASJiXwxKG78Wi
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments