feat(mint): add dtcg export prompt with structured dimension token {value, unit} format - #107
Draft
nujovich wants to merge 4 commits into
Draft
feat(mint): add dtcg export prompt with structured dimension token {value, unit} format#107nujovich wants to merge 4 commits into
nujovich wants to merge 4 commits into
Conversation
…t} dimension token instructions
Owner
Author
|
All milestones complete. Ready for review when you are. |
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.
Card: https://github.com/nujovich/mint-radar/issues/11
What: Adds an LLM-based
dtcgexport prompt to EXPORT_PROMPTS in lib/prompts.mjs. This prompt instructs the LLM to generate DTCG v1 Format Module JSON with structured dimension tokens ({value, unit} objects instead of flat strings), proper $type/$value organization, shadow arrays, and typography sub-groups. The deterministic dtcg-exporter.mjs path is unchanged — this adds a complementary LLM-driven code path for richer DTCG generation.Why: Style Dictionary v5.4.0 adopted DTCG v2025.10 dimension tokens as {value, unit} objects. Mint's deterministic DTCG exporter already handles this format, but the LLM-based export pipeline (used for all targets via buildExportPrompt) had no dtcg prompt builder. This closes the gap so that
dtcgcan function as a proper export target in both deterministic and LLM modes.Decision: Nadia chose Option B (differentiation approach — implement code plan as described).
Milestones
How to test:
npm test