Commands
Run these from the design-system repo. Each one maps to a task on the other pages — building your brand, regenerating component contracts, checking your two catalogs stay in step.
| Command | What it does |
|---|---|
| pnpm build:tokens | Build token artifacts (CSS, TypeScript, Dart) from your DESIGN.md files. |
| pnpm check:tokens | Validate your tokens — contrast, schema, and orphaned values. |
| pnpm coverage:tokens | Catch hard-coded values in component source that should be tokens. |
| pnpm build:contracts | Regenerate the React-to-Flutter component contracts after a prop change. |
| pnpm build:components | Rebuild component contracts and catalog adapters. |
| pnpm catalog-symmetry | Confirm Storybook and Widgetbook expose the same component set. |
| pnpm lint:design-md | Lint your DESIGN.md — format schema, broken references, WCAG contrast, orphaned tokens. |
Published packages
Use the version that matches the generated reference below. Scoped JavaScript packages are published through GitHub Packages; the Flutter runtime is consumed from Git.
| Package | Version | Distribution |
|---|---|---|
| @wyrd-company/catalog | 0.10.0 | GitHub Packages |
| @wyrd-company/layout-dsl | 0.3.0 | GitHub Packages |
| @wyrd-company/runtime | 0.7.0 | GitHub Packages |
| @wyrd-company/tokens | 0.4.0 | GitHub Packages |
| wyrd_rfw | 0.1.0 | Git |
| wyrd_runtime | 0.3.0 | Git |