From b476b5cb293ca74c19b440ca85fcc0d0e5cfd285 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Sun, 18 Jan 2026 06:36:00 -0700 Subject: [PATCH] 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 --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index ba35e57..b5145ff 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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):