|
|
87e596ddb2
|
Add component lifecycle + retroactive review plan
- docs/reference/component-lifecycle.md: 10-stage quality gate sequence
(build → stories → audit/critique/harden → fix → polish → present →
iterate → normalize → preflight → commit)
- docs/reference/retroactive-review-plan.md: Plan to review 30+ existing
components using condensed process (~3.5 sessions)
- Updated /build-atom, /build-molecule, /build-organism to include
internal QA stages automatically
- CLAUDE.md: added lifecycle reference as critical rule #8
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-27 16:49:48 +11:00 |
|
|
|
aa7cdeecf0
|
Add workflow infrastructure — ESLint, Prettier, Husky, Vitest, 7 new skills
Phase 1: Session log archived (1096→91 lines), D031 token access convention
Phase 2: ESLint v9 + Prettier + jsx-a11y, initial config and lint fixes
Phase 3: 7 new skills (polish, harden, normalize, clarify, typeset, quieter, adapt)
+ Vercel reference docs, updated audit/review-component refs
Phase 4: Husky + lint-staged pre-commit hooks, preflight updated to 8 checks
Phase 5: Vitest + Testing Library + /write-tests skill
- Badge.tsx colour maps unified to CSS variables (D031)
- 5 empty interface→type alias fixes (Switch, Radio, Divider, IconButton, Link)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-27 16:41:57 +11:00 |
|
|
|
82a7b843f8
|
Add git workflow and fix .gitignore
- Add Gitea remote and commit-after-work workflow to CLAUDE.md
- Fix .gitignore: correct storybook-static path, remove stale tokens.ts entry
- Track generated token outputs (tokens.css, tokens.js) for clone-and-run
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-25 15:12:54 +11:00 |
|
|
|
732c872576
|
Initial commit: FA 2.0 Design System foundation
Token pipeline (Style Dictionary v4, DTCG format):
- Primitive tokens: colour palettes (brand, sage, neutral, feedback),
typography (3 font families, 21-variant type scale), spacing (4px grid),
border radius, shadows, opacity
- Semantic tokens: text, surface, border, interactive, feedback colours;
typography roles; layout spacing
- Component tokens: Button (4 sizes), Input (2 sizes)
- Generated outputs: CSS custom properties, JS ES6 module, flat JSON
Atoms (3 components):
- Button: contained/soft/outlined/text × primary/secondary, 4 sizes,
loading state, underline for text variant
- Typography: 21 variants across display/heading/body/label/caption/overline,
maxLines truncation
- Input: external label, helper text, error/success validation,
start/end icons, required indicator, 2 sizes, multiline support
Infrastructure:
- MUI v5 theme with full token mapping
- Storybook 8 with autodocs
- Claude Code agents and skills for token/component workflows
- Design system documentation and cross-session memory
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-25 15:08:15 +11:00 |
|