From ffea279b54ad84be09bd0e82b3ed9c89a95fc606 Mon Sep 17 00:00:00 2001 From: nitrix Date: Thu, 5 Mar 2026 10:58:20 +0100 Subject: [PATCH] Update CLAUDE.md with build commands and project conventions Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 835d3a8..d578495 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,6 +32,11 @@ These are the non-negotiable principles of this project. Every decision — arch - For every feature, critically evaluate what data is necessary. Only store what is absolutely required for functionality. - Never include external dependencies that phone home: no CDNs, no Google Fonts, no tracking-capable libraries. +### Design + +- The visual design system is defined in `spec/design-system.md`. All frontend implementation must follow it. +- Color palette, typography, component patterns, and layout rules are specified there — do not deviate without explicit approval. + ### Quality - KISS and grugbrain. Engineer it properly, but don't over-engineer.