From 3e9af6738f8b357df233d5e5a7907f496c5f18c3 Mon Sep 17 00:00:00 2001 From: Vincent Date: Sat, 21 Mar 2026 16:35:07 +0100 Subject: [PATCH] update CLAUDE.md > branch name --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 88e3eb7..59a33e5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,7 +39,7 @@ npm run typecheck # IMPORTANT : lancer après chaque série de modifications - IMPORTANT : ne jamais considérer une tâche terminée sans typecheck qui passe ## Git -- Branches : main (prod) → develop (dev) → feature/xxx +- Branches : main (prod) → dev (dev) - Commits : feat: / fix: / docs: / refactor: / chore: - IMPORTANT : toujours créer une nouvelle branche pour chaque tâche - IMPORTANT : ne jamais pusher directement sur main