governance: stabilize validation lab ci gates - #1
Merged
jearonwong merged 2 commits intoMay 30, 2026
Conversation
Repairs terminology, semantic report, unit-test, reason-code, proof-signature, secret-hygiene, link-integrity, top-level whitelist, generated-curated, and unified VersionStrip gate failures. Verification passed: lint, typecheck, test, build, gate:all, gate:semantic:ci, proof-signature, secret-hygiene, link integrity, and top-level whitelist. Does not modify MPLP-Protocol or Website source, and introduces no certification, endorsement, or regulator-approval claim.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Fixes CI ref resolution for the Post-Task Association Gate by using pull_request base/head metadata and strict fallback diff ranges. Keeps task-report association enforcement strict and does not treat unresolved refs as zero changed files. Does not weaken quality-check or skip PR gates. Does not modify Protocol, Website, V2, or package registry state.
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.
Summary
This PR stabilizes the Validation Lab CI/gate baseline so the Lab can safely participate in the MPLP pointer/manifest and release SOP flow.
The work is limited to CI/gate stabilization and does not change Validation Lab's role or claims.
Scope
This PR repairs gate debt related to:
Boundary
This PR does not:
Verification
Local verification completed:
npm run lint— PASS with existing warningsnpm run typecheck— PASSnpm run test— PASS, 8 files / 77 testsnpm run build— PASSnpm run gate:all— PASS after sequential buildnpm run gate:semantic:ci— PASSgit diff --check— PASSKnown Follow-up
The scan still finds a pre-existing active identity drift in:
components/layout/Footer.tsxThis PR intentionally does not fix that footer copyright drift. It should be handled by a separate follow-up task:
MPLP-VALIDATION-LAB-ACTIVE-IDENTITY-MIGRATION-01