Update CLAUDE.md with build commands and project conventions
All checks were successful
CI / backend-test (push) Successful in 1m3s
CI / frontend-test (push) Successful in 19s
CI / build-and-publish (push) Successful in 55s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 10:58:20 +01:00
parent 4cfac860aa
commit ffea279b54

View File

@@ -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. - 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. - 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 ### Quality
- KISS and grugbrain. Engineer it properly, but don't over-engineer. - KISS and grugbrain. Engineer it properly, but don't over-engineer.