From d676c4086a8def9c882c840ef8607f0d65010b59 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Thu, 12 Jun 2025 12:06:48 +0200 Subject: [PATCH] build: update claude instructions --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 48e3c004b..0cff23629 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,6 +9,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co 3. DRY (Don't Repeat Yourself): Reuse code where possible. Create utility functions or services for common logic, but avoid unnecessary abstractions. 4. Confirm understanding before making changes: If you're unsure about the purpose of a piece of code, ask for clarification rather than making assumptions. 5. Use `npm run prettier` and `npm run lint` to format and check code style before committing changes. +6. When creating html templates, prefer plain html like `` and `
`. Keep CSS styles to a minimum. Keep nesting to a minimum. Keep css classes to a minimum. Use Angular Material components where appropriate, but avoid overusing them. ## Project Overview