Pre-public cleanup: remove dev tooling, polish onboarding, scope --second-color docs - #247
Merged
Conversation
The sink routes, testbed feature, and shadcn-preset-tuner curator were dev-only scaffolding. Remove them so the production app carries no dev tooling ahead of going public. The production shadcn layout now mounts ShadcnRail directly instead of the (now-deleted) rail switcher. Kept off-repo for restore if needed later. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- fix "Keyborad"/"through it minutes" typos in tour copy - add D keyboard-shortcut hint to the Export step - add focus-visible ring to tour dot indicators - bg-surface on the tour popover, shadow-none on collapsible trigger Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…egration ref - correct --second-color description across spec, source comments, and www docs: it reshapes the tertiary palette only (drop the stale "error hue" claim); not the MD3 secondary role - add skills/tonex CREATIVE.md: binding posture for creative surfaces (decks, marketing, social) as a custom target - route to CREATIVE.md from the SKILL.md "Generate for the target" list Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Branch prep ahead of flipping the repo public. Three independent commits:
chore(www)— remove dev-only toolingDrop scaffolding so the production app ships no dev surfaces:
sink/route tree (chart-lab, tuner, index)testbed/featureshadcn-preset-tuner/curator + its dead_railswitcherThe production shadcn layout now mounts
ShadcnRaildirectly. Kept off-repo for restore if needed later. (~2.6k lines removed.)fix(www)— onboarding/collapsible polishDkeyboard-shortcut hint to the Export stepbg-surfaceon the tour popover,shadow-noneon the collapsible triggerdocs(cli)—--second-color+ CREATIVE integration ref--second-coloracross spec, source comments, and www docs: it reshapes the tertiary palette only (drop the stale "error hue" claim); not the MD3 secondary roleskills/tonex/CREATIVE.md: binding posture for creative surfaces (decks, marketing, social) as a custom target, routed from the SKILL.md target listVerification
tsc --noEmitclean (www + cli)🤖 Generated with Claude Code