ci(gallery): gate apps/gallery + component arch-guards#46
Merged
Conversation
Gates the flutterbits component target in CI (analyze + format + widget/golden tests, mirroring the example-app job), and lands the component-scoped arch-guards the config flagged for 'once the first component lands': no Material import and no hardcoded Color (except the allowed transparent Color(0x00000000)) under apps/gallery/lib/components. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Windows-generated baselines diffed ~0.87% from CI Linux rendering (edge AA). Replaced with the Linux renders pulled from the gallery job's failure artifact, so the gallery golden job is deterministic on the authoritative platform (§9). Co-Authored-By: Claude Opus 4.8 <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.
Wires the flutterbits component target (
apps/gallery) into CI — analyze, format-check, and run its widget + golden tests, mirroring theexample-appjob — and adds the component-scoped arch-guards the config's closing note deferred to "once the first component lands": no Material import and no hardcodedColor(0x…)(except the allowed transparentColor(0x00000000)) underapps/gallery/lib/components.This is the first follow-up flagged in #45. If the Windows-generated goldens diverge from CI Linux rendering, this PR's
galleryjob will surface it (and upload the Linux renders as agallery-golden-failuresartifact) — I'll re-baseline from those if needed.🤖 Generated with Claude Code