docs(ui): sync docs to code for v0.3.0 — Sprint 0.6 Portfolio Shell#12
Merged
Conversation
Five components (Nav, ProductHero, FeatureCard, MetricCard, StatusBadge) were added during the apps/web build-out but never documented. Bring the source-of-truth docs back in line with the shipped code: - CHANGELOG.md: add v0.3.0 entry covering the five components - packages/ui/package.json: version 0.2.0 -> 0.3.0 - packages/ui/CLAUDE.md: File Map now lists all 14 components; version label -> v0.3.0 - src/App.tsx: showcase status badge -> v0.3.0, label -> sprint 0.6 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CBHA2z4YgF8PyYaeghWoMm
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.
Why
Five components —
Nav,ProductHero,FeatureCard,MetricCard,StatusBadge— were added to@konjoai/uiduring theapps/webbuild-out but never documented. The package shipped at code-level v0.3.0-worth of components while the docs still claimed v0.2.0 / sprint 0.5, breaking the source-of-truth invariant the Konjo Quality Framework relies on.This is a docs-only sync (plus a version bump and two showcase label strings) to bring the documentation back in line with the shipped code.
Changes
CHANGELOG.md— new[0.3.0]entry (Sprint 0.6: Portfolio Shell) documenting all five components, their props, accessibility semantics, and consumers.packages/ui/package.json— version0.2.0→0.3.0.packages/ui/CLAUDE.md— File Map now lists all 14 components; version label →v0.3.0/ Sprint 0.6.packages/ui/src/App.tsx— showcase status badge →v0.3.0, hero label →sprint 0.6.Verification
pnpm typecheck✅ both packages cleanpnpm test✅ 15 files, 79 tests passingpnpm build✅ ui + web🤖 Generated with Claude Code
Generated by Claude Code