Governance v1.0.1: fix reusable gate and rollout script#4
Merged
Conversation
- reusable-governance verifies spec gate wiring instead of executing it bare - bash 3.2 portability for org scripts - rollout PRs declare governing specs and link a tracking issue Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Release tags stay as content pin points; gate logic deploys on merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 7, 2026
Summary / Governing Spec / Project Item / Definition of Done / Validation satisfies both traverse's and reference-apps' pr-hygiene gates. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
No human-approval ceremony: gates are automated checks only. CODEOWNERS removed from the baseline gate, audit, rollout, and this repo. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Requires observed contexts 'baseline / governance-baseline' and 'cla / cla'. Apply only after the caller workflows land on every default branch. apply_rulesets.sh now applies all ruleset JSONs (or one via -f). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release. The reusable governance workflow was invoking the vendored spec-alignment script without its required PR-context arguments, which would have failed every PR in repos that vendor it; it now verifies the gate is wired into the repo's own CI instead. Also makes the org scripts run on macOS bash 3.2 and teaches the rollout script to satisfy consuming repos' spec-alignment and traceability gates.
See CHANGELOG.md 1.0.1.
🤖 Generated with Claude Code