test(design-data): capture S2 Web Figma variables baseline snapshot (11k.3) - #1319
Merged
Merged
Conversation
…11k.3) Committed ground-truth snapshot of all local Figma Variables in the "S2 – Web" file, unblocking the design-data→Figma name-mapping audit (spectrum-design-data-11k.4) and the offline figma diff work (11k.6). - sdk/core/tests/fixtures/figma/s2-web-variables.baseline.json: key-sorted VariablesMeta captured via `design-data figma read --format json`. - sdk/core/tests/fixtures/figma/README.md: collection/mode/variable-count summary and capture provenance. - sdk/core/src/figma/mapping.rs: smoke test deserializing the fixture back into VariablesMeta. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 6f7b761 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
🎨 Token Changes ReportTokens Changed (0)Original Branch: This comment was automatically generated by the token diff tool. 🤖 |
Contributor
🧩 Component Schema Changes ReportNo component schema changes detected.This comment was automatically generated by the component schema diff tool. 🤖 |
Contributor
Run report for 6f7b761bTotal time: 2m 48s | Comparison time: 3m 7s | Estimated savings: 18.2s (9.7% faster)
Changed files |
Merged
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.
Description
Committed a checked-in baseline snapshot of all local Figma Variables in the
"S2 – Web" file (
file-key xHBWBBIe2eo5vwoCeNrC4Q), captured viadesign-data figma read --file-key ... --format json, key-sorted withjq -Sfor stable, reviewable git diffs.
sdk/core/tests/fixtures/figma/s2-web-variables.baseline.json: the capturedVariablesMeta(2961 variables across 9 collections).sdk/core/tests/fixtures/figma/README.md: collection/mode/variable-countsummary and capture provenance.
sdk/core/src/figma/mapping.rs: smoke test deserializing the fixture backinto
VariablesMeta, guarding against corruption/schema drift..changeset/figma-variables-baseline-snapshot.md: patch changeset.Related Issue
Closes spectrum-design-data-11k.3 (bead). Part of epic
spectrum-design-data-11k, "Authoring engine & roadmap sequencing alignment."
Motivation and Context
This snapshot is the ground-truth fixture two downstream beads depend on:
baseline against
figma export --dry-runnames.figma diff --snapshot <path>subcommand that uses thisbaseline for offline value-level diffing.
No production code changes — this is purely a captured data fixture plus a
guard test.
How Has This Been Tested?
moon run sdk:test(full workspacecargo test --workspace) — includes thenew
s2_web_baseline_fixture_deserializessmoke test.moon run sdk:lint(clippy-D warnings).moon run sdk:build.node tools/changeset-linter/src/cli.js check --fail-on-warnings.All passed clean.
Screenshots (if appropriate):
N/A
Types of changes
(This is a test-fixture/data addition — none of the above apply directly.)
Checklist: