refactor/skills vs knowledge architecture
- Add design system foundation and Git workflow documentation
- chore: Clean up temporary documentation files
- feat: Add AI guardrails for design system validation
- docs: Add AI validation strategy documentation
- feat: Add modular UI/UX rules system with dependency graph
- feat: Add core UI/UX rules (spacing, color)
- feat: Add accessibility and component UI/UX rules
- feat: Add responsive grid pattern rules
- feat: Add page composition pattern rules
- docs: Add UI/UX Rules Library comprehensive documentation
- feat: Add advanced rules (anti-patterns, content grouping, responsive stacking)
- refactor: Fix token format to store px numbers instead of rem strings
- feat: Add token validation script and TypeScript configuration
- docs: Add task log for token format refactoring
- fix: Fix theme support and ESLint errors
- feat: Integrate brand guidelines into design tokens
- feat: Set up Inter and Raleway brand fonts with next/font/google
- feat: Add local design system documentation page
- feat: Add comprehensive contracts infrastructure and border radius rules
- refactor: Extract micro-interactions first principles to separate doc
- fix: Remove prefers-color-scheme media query from CSS generation
- feat: Fix font loading and add CSS token override validation
- feat: Add comprehensive token validation for all token types
- docs: Add token modernization plan and update contracts to v2.0
- feat: Implement property-based semantic tokens (Phase 2)
- fix: Update components to use new link tokens for dark mode visibility
- feat: Complete Design Token System v2.0 with full primitive token support
- feat: Add Phase 1 validation enhancements (70% detection rate)
- fix: Add 220 Tailwind @theme mappings for primitive tokens (100% coverage)
- fix: Replace /s regex flag with [\s\S] for ES2017 compatibility
- chore: Regenerate CSS tokens with updated timestamp
- fix: Replace dots with underscores in CSS variable names (0.5 → 0_5)
- feat: Complete semantic typography system with Inter & Raleway
- fix: Skip Tailwind integration check in build (typography uses inline styles)
- fix: TypeScript errors in components.ts (decimal → string keys)
- fix: Fix all remaining TypeScript errors with decimal spacing keys
- feat: Add pre-browser validation scripts for token pipeline
- feat: Add agent architecture foundation and first skill
- feat: Add Claude Code agents from team lead
- docs: Add Claude Code agents section to CLAUDE.md
- docs: Add agent organization strategy
- feat: Create experimental agents and skills directory structure
- feat: Import experimental agents from Boxwood repository
- feat: Add first 3 design system agents (token-architect, script-analyzer, design-validator)
- refactor: Rename design system agents with uxai- prefix for CLI discoverability
- feat: Add first design system skill (token-naming) and extraction strategy
- test: Add acceptance tests for token-naming skill
- feat: Complete Phase 3 validation enhancements (100% coverage achieved)
- refactor: Separate executable skills from static knowledge docs