chore: sync astryx input with dspack source of truth (unblocks CI) - #44
Merged
Conversation
…ruth One-word drift: the upstream example's description now says 'twelve-component' (dspack#43 corrected the self-description; the artifact has shipped 12 components since the Astryx completion). check:sync verified; full suite green (305/305) — no derived golden embeds the description. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the Astryx contract input to match the upstream dspack “source of truth” so the repository’s sync check stops failing on every PR.
Changes:
- Update Astryx contract description from “nine-component” to “twelve-component” to match upstream wording.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "dspack": "0.4", | ||
| "name": "Astryx", | ||
| "description": "A nine-component slice of Meta's Astryx design system (open source, MIT; 160+ components; explicitly guidance-over-enforcement: design opinions live in docs, components render whatever they are passed). This contract converts a subset of that prose guidance into machine-checkable governance. Components and guidance are sourced from the repository's structured *.doc.mjs files at the pinned tag.", | ||
| "description": "A twelve-component slice of Meta's Astryx design system (open source, MIT; 160+ components; explicitly guidance-over-enforcement: design opinions live in docs, components render whatever they are passed). This contract converts a subset of that prose guidance into machine-checkable governance. Components and guidance are sourced from the repository's structured *.doc.mjs files at the pinned tag.", |
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.
One-word upstream drift (nine→twelve-component description, from dspack#43) tripping check:sync on every PR. Synced via the script's own --write; full suite green 305/305; no derived goldens affected.
🤖 Generated with Claude Code