docs: add 'Don't have a dspack file yet?' onboarding via dspack-export#5
Merged
Conversation
Points React + Tailwind/shadcn users at the experimental dspack-export generator as the starting path, while keeping hand-authoring primary. Notes that the agent-valuable sections (patterns, antiPatterns, whenToUse, accessibility, constraints) remain hand-authored. To be merged the day aestheticfunction/dspack-export goes public (links 404 until then). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an onboarding/documentation path for users who don’t yet have a dspack file by pointing them to the experimental dspack-export generator and showing the end-to-end “generate → run ds-mcp” flow.
Changes:
- Adds a new “Don’t have a dspack file yet?” section with a concrete command sequence using
dspack-exportand thends-mcp --dspack .... - Adds a discoverability pointer in “How it works” step 1 linking to the new section.
- Clarifies that higher-signal guidance sections (
patterns,antiPatterns,whenToUse,accessibility,constraints) remain hand-authored.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Adds an onboarding path for users who have a React + Tailwind/shadcn codebase but no dspack file yet, pointing at the experimental dspack-export generator.
Changes (documentation only,
README.md):dspack-export init/generate, thends-mcp --dspack).patterns/antiPatterns/whenToUse/accessibility/constraintsremain hand-authored.Scope: discoverability only (+26 lines). No changes to ds-mcp's behavior, tools, read-only invariant, or the commercial boundary. Lands alongside the public release of
aestheticfunction/dspack-export(the link 404s until that repo is public).