- Task:
- Phase:
- ROADMAP.md Section:
-
pnpm lintpasses with zero errors -
pnpm testpasses with zero failures -
pnpm buildpasses - No hardcoded values in CSS (only token references)
- TypeScript strict mode — no
anytypes
- All new components use
forwardRefwithdisplayName - All props have JSDoc comments
- All components exported from
packages/core/src/index.ts - Component tokens documented in
docs/COMPONENT-TOKENS.md - Interactive demos added to playground
-
manifest.ai.jsonupdated with new components
- Keyboard navigation works
- ARIA attributes present and correct
- Focus indicators visible in all themes
- Touch targets ≥ 44px on mobile
- Tested at 320px (mobile)
- Tested at 768px (tablet)
- Tested at 1280px (desktop)
- No horizontal overflow at any breakpoint
-
PROGRESS.mdupdated (tasks checked off) -
CLAUDE.mdCurrent State updated -
CHANGELOG.mdupdated under[Unreleased]section