docs(genesis): lock Emerald docs path decisions into SPEC#713
Open
johnleider wants to merge 1 commit into
Open
docs(genesis): lock Emerald docs path decisions into SPEC#713johnleider wants to merge 1 commit into
johnleider wants to merge 1 commit into
Conversation
Sync Genesis SPEC with the shipped surface (theme override, playground/bin toolbar hooks, GnActionButton/GnDotGrid/GnPeek), mark Phase 2 items as rewrites-not-extractions with a no-virtual:* acceptance rule, add Phase 3 DS-specific docs primitives, and record the kit interop token bridge in DESIGN_SYSTEMS.md so Emerald (and later DSs) publish --v0-* aliases for Genesis chrome.
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.
Summary
Locks the Emerald → Genesis docs-path decisions from the analysis handoff into the family contracts, without shipping Tier A components yet.
packages/genesis/SPEC.md: sync with shipped surface (theme, playground/bin toolbar hooks,GnActionButton/GnDotGrid/GnPeek); mark per-example theme override as shipped; reframe Phase 2 as rewrites not extractions (novirtual:*/ site-store imports); add Phase 3 DS-specific docs primitives (variant matrix, knobs, token tables/swatches, do/don't, anatomy, maturity chips, palette explorer); document token-bridge ownership on the host DS.DESIGN_SYSTEMS.md: new Kit interop —--v0-*bridge under ruling 1 — design systems that host Genesis must also emit--v0-*aliases (preferred) so kit chrome inherits brand colors.Out of scope (follow-ups): Emerald adapter alias emit + Emerald
SPEC.md/README(needs #167); actualGnDocs*rewrites (#463 badge, #593 callout already open).Why
Without these decisions encoded, every Emerald docs attempt either forks Genesis theming or ports
apps/docsshells that importvirtual:api/ Bin / Ask-AI. This PR is the contract layer only.