diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 15:45:37 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 15:45:37 +0200 |
| commit | f77e36d9f0eb4405db46a7972738773802a8d646 (patch) | |
| tree | d252939d5bbed6b534428b9c11ba576c2dbdb9de /CLAUDE.md | |
| parent | 4eb02ffa31a2c561c5dc4adea65f14492f945c3c (diff) | |
| download | danixxyz-f77e36d9f0eb4405db46a7972738773802a8d646.tar.gz danixxyz-f77e36d9f0eb4405db46a7972738773802a8d646.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |
