Overhaul Start Here learning path for UI-to-M beginners#34
Merged
kyleamueller merged 1 commit intomainfrom Mar 11, 2026
Merged
Conversation
Restructure the 8-step learning path into a 10-step beginner-friendly sequence. Add two new entry-point pages (Getting Started, UI-to-M Bridge), a Common Errors reference, and a /publish command. Reorder existing steps so theory follows hands-on exposure rather than leading it. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
/publishslash command for this repoWhy
The sub-agent evaluation found the previous path scored F on entry point, UI-to-M connection, and learning sequence — it opened with F#/Haskell references and had no bridge from the UI experience the target user actually has. This restructure meets the beginner where they are.
Files affected
src/app/learn/page.tsx— new STEPS array (10 steps), updated NEXT_STEPS, updated metadatasrc/content/concepts/getting-started.mdx— newsrc/content/concepts/ui-to-m-bridge.mdx— newsrc/content/concepts/common-errors.mdx— newsrc/content/concepts/m-paradigm.mdx— softened opening paragraph.claude/commands/publish.md— new /publish commandTest plan
/learn— confirm 10 steps render in order with correct titles and times/concepts/getting-startedrenders with all sections/concepts/ui-to-m-bridgerenders with all 10 operations and code blocks/concepts/m-paradigm— new opening paragraph visible, no F#/Haskell as first sentence/concepts/common-errorsdirectly — all 6 error entries rendernpm run build— no errors, all new slugs included in static params🤖 Generated with Claude Code