ci(gates): flip file-size to STRICT + restore json-casing gate (W5.5 bookend) - #444
Merged
Conversation
W5.5 bookend: now that every god-file is decomposed (App.tsx, main.go, help-content.ts, help/tests.go, dataplane.go all under the red-flag ceiling), enforce the file-size gate as a hard CI failure (STRICT=1, fleet-wide Go >1200 / TS >800). Also restores the JSON wire-casing gate and the file-size gate, both of which #442 (repo-governance standardization) silently dropped from ci.yml — these enforce accepted architecture invariants and must not regress. Verified on main: STRICT=1 check-file-size.sh = 0 red flags; check-json-casing.sh = clean.
krisarmstrong
enabled auto-merge (squash)
June 16, 2026 05:28
Contributor
License Compliance ReportAll dependencies pass license compliance checksGo Dependencies
npm DependenciesSee full report in workflow artifacts Allowed Licenses: MIT, Apache-2.0, BSD-*, ISC, CC0-1.0, MPL-2.0 |
Contributor
License Compliance ReportAll dependencies pass license compliance checksGo Dependencies
npm DependenciesSee full report in workflow artifacts Allowed Licenses: MIT, Apache-2.0, BSD-*, ISC, CC0-1.0, MPL-2.0 |
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
Flip the file-size gate to STRICT=1 (all stem god-files now decomposed under the red-flag ceiling) and restore the JSON wire-casing + file-size gates that PR #442 (repo-governance standardization) silently dropped from ci.yml.
Linked Issue
Related to #450
Testing Evidence
Security and Release Checklist