From 9c3a46cb901931121fa1dfb1097d0fc1ab869dd0 Mon Sep 17 00:00:00 2001 From: Ryan Dombrowski Date: Mon, 10 Aug 2026 18:02:11 -0400 Subject: [PATCH] chore: sync astryx transformer input with the dspack repo source of truth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- input/astryx.dspack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/astryx.dspack.json b/input/astryx.dspack.json index 7fe0f7f..173f842 100644 --- a/input/astryx.dspack.json +++ b/input/astryx.dspack.json @@ -2,7 +2,7 @@ "$schema": "../schema/dspack.v0.4.schema.json", "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.", "version": "0.1.4", "metadata": { "source": "https://github.com/facebook/astryx/tree/v0.1.4",