From d8e2ca775406ea5148d61154146d2c581503b6e8 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Thu, 18 Dec 2025 15:22:34 -0700 Subject: [PATCH] Remove dev documentation and add design spec to CLAUDE.md - Delete dev/CLAUDE.md, dev/blog-example.html, dev/contact-form-plan.md, dev/index.html, dev/optimization-guidelines.md, dev/plan.md - Update CLAUDE.md to include Design Specification section referencing dev/design.json - Modify dev/design.json with V7 Industrial Dark Mode system details - Update src/utils/git-commit.js to reflect new commit message format --- CLAUDE.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index bf381ba..f3c0bfc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -88,10 +88,13 @@ 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 -### Styling -- Tailwind CSS v4 via Vite plugin -- Custom animation classes: `.animate-on-scroll`, `.slide-up`, `.stagger-*`, `.fade-in` -- Monospace font used for technical labels and metadata +## Design Specification + +`dev/design.json` contains V7 Industrial Dark Mode system specification (not yet implemented): +- Dark mode native with `#0B0D11` primary background +- Orange/yellow accent `#FFB84C` for CTAs +- Brutalist/industrial aesthetic with visible grid structure +- Heavy typography emphasis ### Deployment - Cloudflare Pages adapter configured in `astro.config.mjs`