- Integrate Point 6 (Build Autonome): autonomous module builds with cmake . pattern and strict constraints - Integrate Point 7 (Hot-Reload Infrastructure): DLL/SO hot-swapping with state preservation - Add comprehensive user/developer implications and performance metrics - Create AddToClaudemd.md guide for systematic CLAUDE.md updates - Performance improvements: 60x faster builds, 5-second iteration cycles 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
838 B
838 B
AddToClaudemd.md - Ajouts CLAUDE.md
Points intégrés (4, 5, 6)
Build Commands - À remplacer
# CRITICAL: Module autonome uniquement
cd modules/tank/ && cmake . # NEVER cmake ..
Contraintes développement - À ajouter
## 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
## 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