VD-3016: add repo and CI guardrails (providers)#6
Merged
Conversation
- docker-build-check.yml: PR-time amd64 build of both Dockerfile targets, no push — the repo's real build contract; go-test alone never exercises the Dockerfile - test.yaml, docker-build-check.yml: ready_for_review trigger so required checks report on upstream-sync drafts made with GITHUB_TOKEN, whose events start no workflows; setup-go v4 -> v5 (deprecated runner) - .github/rulesets/main-branch.json: versioned ruleset (PR + 1 approval, required checks go-test/docker-build, no force-push or deletion) - AGENTS.md: CI gates, fail-closed publish contract, local verification Part of VD-3016 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hbanerjee74
approved these changes
Jul 4, 2026
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.
Part of VD-3016 (with accelerate-data/obot#22 — the issue closes when both merge).
Adds the repo/CI guardrails that make this fork's images reliable Studio release inputs. The
main-branch-protectionruleset is already applied live (required checksgo-test/docker-build, PR + 1 approval, no force-push/deletion); this PR lands the workflow thedocker-buildcheck name comes from, and is itself the proof both checks report and pass.Changes
docker-build-check.yml— PR-time amd64 build of both Dockerfile targets (providers,encryption-bins), no push. This is the repo's real build contract:go-testalone never exercises the Dockerfile, so a broken image build previously surfaced only on themainpublish run.test.yaml—ready_for_reviewtrigger (upstream-sync drafts are created withGITHUB_TOKEN, whose events start no workflows; without this, required checks never report on sync PRs and they can never merge) andsetup-gov4 → v5 (deprecated runner, flagged by actionlint)..github/rulesets/main-branch.json— the applied ruleset, versioned in-repo.AGENTS.md— CI gates, fail-closed publish contract, failure ownership, local verification commands.Verification
actionlintclean on both workflowsready_for_reviewtrigger🤖 Generated with Claude Code