Release: schema-0.21.0, cli-0.16.0#109
Draft
nathanacurtis wants to merge 5 commits into
Draft
Conversation
* docs(adr): draft ADR-051 platform code-syntax token profiles Add FIGMA_SYNTAX_WEB/IOS/ANDROID profiles to format.tokens (DRAFT). Refs #103 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * docs(adr): claim ADR-051 in INDEX Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * feat(schema): implement ADR-051 platform code-syntax token profiles Add FIGMA_SYNTAX_WEB/IOS/ANDROID to format.tokens (Config + ResolvedConfig) and component.schema.json. Default unchanged (TOKEN); empty platform syntax falls back to TOKEN output (transformer behavior). Folds into unreleased 0.21.0. Update Config.test-d.ts, docs, and CHANGELOG. Refs #103 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * docs(adr): mark ADR-051 ACCEPTED; move INDEX row to Accepted Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
* feat(cli): accept FIGMA_SYNTAX_* token profiles (ADR 051) Implement the CLI side of ADR 051, which adds three additive `format.tokens` serialization profiles: FIGMA_SYNTAX_WEB, FIGMA_SYNTAX_IOS, and FIGMA_SYNTAX_ANDROID. - ConfigLoader: add the three values to the validTokens allow-list so they are no longer reset to the TOKEN default during validation. - ConfigTemplates: list the new values in the init scaffold comment. - Tests: cover all eight valid token values plus lowercase normalization for FIGMA_SYNTAX_IOS. - Docs: document the platform code-syntax profiles in the token format guide (profile section, comparison table, when-to-use list). The schema package and config/commands doc sections already carried the new enum; generate passes the resolved config through unchanged and applyCustomTokens is unaffected. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * docs(cli): changelog entry for FIGMA_SYNTAX_* token profiles (ADR-051) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <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.
Release-tracking PR for the joint
schema 0.21.0+cli 0.16.0release. Draft — do not merge until release.Branch name follows the
release/<pkg>-<version>convention, jointly covering both published packages.Accumulates the in-progress release diff against
main. Merge only at release time, after:## [0.21.0]dated (no longerUnreleased)## [0.16.0]datedrelease:commits applied for both packagesnpm publishperformed/queued per the release flowLanded so far
FIGMA_SYNTAX_WEB/_IOS/_ANDROIDtoConfig.format.tokens🤖 Generated with Claude Code