Add v1 depth: 5 tools, 3 roles, generateLessonContent, ProgressTracker, /compare, /guides#15
Merged
Conversation
…compare, /guides Tools (8→13): Windsurf, Replit, Linear, Figma AI, v0 Roles (8→11): Sales, Customer Success, Finance — each with 3 custom weeks + Practicum generateLessonContent(): pure, deterministic body + exercises + rubric per lesson <ProgressTracker />: localStorage-backed lesson completion, toggleable per lesson /compare/[slug]: 5 tool comparison pages (Claude vs ChatGPT, Cursor vs Copilot, etc.) /guides/[slug]: 4 integration guides (Next.js embed, theming, CLI, lesson content) Sitemap updated; schemas extended with LessonContent + LearningPathProgress types 30 core tests, 28 react tests — all passing
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
generateLessonContent(lesson): new pure/deterministic core function returningbody,exercises[], andrubric[]per lesson; schemas extended withLessonContentSchema,ExerciseSchema,RubricItemSchema<ProgressTracker />: new React component — generates the path internally, reads/writes completion state tolocalStorage, toggles lessons complete/incomplete, showsN/M donecounter/compare/[slug]: 5 head-to-head comparison pages (Claude vs ChatGPT for engineers, Cursor vs Copilot, Windsurf vs Cursor, Claude vs Gemini for analysts, Claude vs ChatGPT for marketers)/guides/[slug]: 4 integration guides (Next.js embed, theming/CSS custom properties, CLI usage, generateLessonContent)LearningPathProgressSchemaadded to schemas for typed progress persistenceTest plan
pnpm --filter @learnkit-ai/schemas typecheckpassespnpm --filter @learnkit-ai/core typecheck+test— 30 tests pass (new: 10 lesson-content tests, 3 new role variants)pnpm --filter @learnkit-ai/react typecheck+test— 28 tests pass (new: 7 ProgressTracker tests)pnpm --filter @learnkit-ai/cli typecheckpassespnpm --filter @learnkit-ai/web typecheckpasses🤖 Generated with Claude Code