- Restructure docs/ into hierarchical organization (00-overview → 04-reference) - Eliminate duplicate global/ directory (-16 files) - Integrate toCheck/ content into main structure - Update CLAUDE.md with new documentation architecture - Remove legacy engine references - Consolidate 53 → 32 documentation files (-40% reduction) - Add proper navigation README.md with clear entry points New structure: 📁 00-overview/ - Vision & context 📁 01-architecture/ - Technical architecture 📁 02-systems/ - Game systems 📁 03-implementation/ - Testing & configuration 📁 04-reference/ - Technical reference 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
74 lines
3.1 KiB
Markdown
74 lines
3.1 KiB
Markdown
# Documentation Warfactory
|
|
|
|
## 📁 Structure Documentation
|
|
|
|
### 📋 00-overview/
|
|
Vision générale, contexte, et introduction au projet
|
|
- `README.md` - Guide principal développeur
|
|
- `vue-ensemble.md` - Vision et philosophie projet
|
|
- `contexte-narratif.md` - Background et univers
|
|
- `dlc-prevus.md` - Extensions planifiées
|
|
|
|
### 🏗️ 01-architecture/
|
|
Architecture technique et patterns de développement
|
|
- `architecture-technique.md` - Architecture modulaire complète
|
|
- `claude-code-integration.md` - Développement optimisé IA
|
|
- `behavior-composition-patterns.md` - Patterns comportement modulaire
|
|
- `player-integration.md` - Intégration client/serveur
|
|
|
|
### ⚙️ 02-systems/
|
|
Systèmes de jeu et mécaniques core
|
|
- `gameplay-industriel.md` - Système factory/production
|
|
- `systeme-militaire.md` - Design véhicules et combat
|
|
- `economie-logistique.md` - Économie et transport
|
|
- `map-system.md` - Génération procédurale et terrain
|
|
- `factory-architecture-post-player.md` - Architecture production avancée
|
|
|
|
### 🔧 03-implementation/
|
|
Implémentation, configuration et déploiement
|
|
- `testing-strategy.md` - Stratégie tests et validation
|
|
- `systemes-techniques.md` - Spécifications techniques bas niveau
|
|
- `configuration/` - Système configuration modulaire
|
|
|
|
### 📚 04-reference/
|
|
Référence technique et documentation de suivi
|
|
- `arbre-technologique.md` - Arbre tech 3000+ technologies
|
|
- `mecaniques-jeu.md` - Mécaniques et systèmes détaillés
|
|
- `metriques-joueur.md` - Analytics et métriques (3.1GB/game)
|
|
- `coherence-problem.md` - Problèmes résolus et analyses
|
|
- `questions-ouvertes.md` - Questions techniques en cours
|
|
- `updates-long-terme.md` - Évolutions futures
|
|
- `effets-attendus.md` - Effets émergents prédits
|
|
- `INTEGRATION-MASTER-LIST.md` - Catalogue 570 spécifications techniques
|
|
- `content-integrated.md` - Suivi intégration contenu
|
|
|
|
### 🔍 Fichiers Spéciaux
|
|
- `DocToDispatch.md` - Compilation complète (1066 lignes, document de référence)
|
|
|
|
## 🎯 Points d'Entrée Recommandés
|
|
|
|
**Pour comprendre le projet :**
|
|
1. `00-overview/vue-ensemble.md` - Vision générale
|
|
2. `01-architecture/architecture-technique.md` - Architecture modulaire
|
|
3. `02-systems/gameplay-industriel.md` - Gameplay core
|
|
|
|
**Pour développer :**
|
|
1. `01-architecture/claude-code-integration.md` - Workflow développement IA
|
|
2. `03-implementation/testing-strategy.md` - Strategy tests
|
|
3. `04-reference/INTEGRATION-MASTER-LIST.md` - Spécifications complètes
|
|
|
|
**Pour la référence technique :**
|
|
1. `04-reference/arbre-technologique.md` - Tech tree complet
|
|
2. `04-reference/coherence-problem.md` - Analyses techniques
|
|
3. `DocToDispatch.md` - Document de référence exhaustif
|
|
|
|
## 📊 Statistiques
|
|
|
|
- **570+ spécifications techniques** cataloguées et priorisées
|
|
- **85% d'intégration** architecture modulaire complète
|
|
- **Documentation ultra-dense** : 1 spécification toutes les 3.8 lignes
|
|
- **Prêt pour développement** : Architecture production-ready
|
|
|
|
---
|
|
|
|
*Documentation nettoyée et réorganisée - Structure hiérarchique optimisée pour navigation et développement* |