From 4c11a8608bcd280160910f462bec4bd3aeafb1ff Mon Sep 17 00:00:00 2001 From: mathieu Date: Fri, 15 May 2026 19:51:41 +0200 Subject: [PATCH] docs(claude): enforce English for code and comments Add convention rule: all generated code and comments must follow standard conventions and be written in English. Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 9eac445..ff09b06 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,6 +26,7 @@ - Ne jamais utiliser `unwrap()` en production — toujours `?` ou `.expect("message clair")` - Toujours expliquer les lifetimes si elles apparaissent - Préférer les types idiomatiques Rust (`Option`, `Result`) +- Le code généré devra suivre le conventions standard, le code et les commentaires sont rédigés en anglais. ## Git & Commits - Committer chaque changement fonctionnel terminé (ne pas accumuler)