Add UI development guideline to CLAUDE.md

Require browser review for UI changes, checking if dev server
is already running before starting it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nicholai Vogel 2026-01-18 06:36:00 -07:00
parent e41d48f1a0
commit 3c7cb555f6

View File

@ -91,6 +91,9 @@ MDX file → src/content.config.ts schema → getCollection() → Component prop
- Static files in `public/media/` are served as-is (use absolute paths like `/media/file.mp4`)
- AVIF conversion utility available for optimization
### UI Development
- **Always review UI changes in the browser** - Check if the dev server is already running before starting it with `pnpm dev`, then visually verify components, animations, and layouts before considering work complete
## Design Specification
`dev/design.json` contains V7 Industrial Dark Mode system specification (not yet implemented):