# AddToClaudemd.md - Ajouts CLAUDE.md ## Points intégrés (4, 5, 6) ### Build Commands - À remplacer ```bash # CRITICAL: Module autonome uniquement cd modules/tank/ && cmake . # NEVER cmake .. ``` ### Contraintes développement - À ajouter ```markdown ## Module Constraints (CRITICAL) - **MAX 300 lignes** par module - **NEVER** `#include "../"` ou cmake .. - **JSON only** communication entre modules - **Build autonome** : `cd modules/X/ && cmake .` ``` ### Classification modules - À ajouter ```markdown ## Performance Classification - **Critical** (local) : ProductionModule <1ms, TankModule <16ms - **Strategic** (réseau) : EconomyModule 1000ms, MapModule 500ms - **Client/Server** : V1 thin client → V2 shared logic prediction ``` ## Total restant 560+ points à intégrer systematiquement