From e77cb09bca32310c10b856117ec32673c5541731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Peccini?= Date: Thu, 2 Apr 2026 16:49:48 +0200 Subject: [PATCH] =?UTF-8?q?docs(claude):=20ajouter=20workflow=20avant=20co?= =?UTF-8?q?mmit=20(simplify=20=E2=86=92=20review=20=E2=86=92=20commit)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 1b46649..d9c267c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -54,6 +54,16 @@ ruff check --fix . # Corriger automatiquement ruff format . # Formater le code ``` +## Workflow avant commit + +Pour toute modification significative du code (logique metier, structures de donnees, nouveau code) : + +1. `/simplify` — Simplifier et nettoyer le code modifie +2. `/review` — Verifier qualite, securite, coherence +3. Commit — Une fois les deux valides + +Non necessaire pour les modifications mineures (labels, config, documentation). + ## Points d'attention - `fabnum.py` doit appeler `st.set_page_config()` avant tout import de modules app (E402 ignore)