From f77e36d9f0eb4405db46a7972738773802a8d646 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 15:45:37 +0200 Subject: feat: refactor homepage buttons to use btn component classes - Update index.html to use .btn .btn-primary .btn-lg and .btn .btn-outline .btn-lg - Update CLAUDE.md documentation - Update settings.local.json with additional permissions Co-Authored-By: Claude Haiku 4.5 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md index 1dd1ab4..35de8db 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -34,6 +34,7 @@ DO NOT write code for shortcodes without consulting the user first. Implement: 1. **Pianification**: Propose the `i18n` structure and partials layout before writing. 2. **Consultation**: Always ask before implementing complex logic or shortcodes. 3. **KISS**: Keep It Simple, Stupid. +4. **Weekly Git Branching**: Each week of implementation work must start on a new feature branch named `week-N` (e.g., `week-3-cards-nav`). This allows code review and safe integration back into master at the end of each week. ## 🎨 Styling & Build Pipeline - **Tailwind CSS**: Uses npm build pipeline with `tailwind.config.js` -- cgit v1.2.3