cli/cmd/build
Snider 27a5b948a3 feat(shared): enhance CLI styling with lipgloss utilities
Add comprehensive styling system for consistent DX across commands:

- Tailwind colour palette as named constants (30+ colours)
- Unicode symbols for status indicators, arrows, tree chars
- New styles: InfoStyle, AccentStyle, CodeStyle, NumberStyle, etc.
- Box styles with rounded borders for panels
- Helper functions: Success(), Error(), StatusLine(), KeyValue(), etc.
- Table struct with auto-width column rendering

Also:
- Fix cmd/build to use shared styles instead of duplicating
- Update cmd/dev/dev_health to use StatusLine() helper

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 00:58:34 +00:00
..
tmpl/gui feat(php): add quality commands and split cmd/php for maintainability 2026-01-29 23:58:03 +00:00
build.go feat(shared): enhance CLI styling with lipgloss utilities 2026-01-30 00:58:34 +00:00
build_project.go refactor(cmd): split command packages into smaller files 2026-01-30 00:22:47 +00:00
build_pwa.go refactor(cmd): split command packages into smaller files 2026-01-30 00:22:47 +00:00
build_sdk.go refactor(cmd): split command packages into smaller files 2026-01-30 00:22:47 +00:00
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00