chore(audit 2.2, 2.3): nettoyer .md et .json à la racine

- Archiver 131 .md dans docs/archive/root-md/
- Archiver 22 .json dans docs/archive/root-json/
- Conserver 7 .md utiles (README, CONTRIBUTING, CHANGELOG, etc.)
- Conserver package.json, package-lock.json, turbo.json
- Ajouter README d'index dans chaque archive
This commit is contained in:
senke 2026-02-15 14:35:08 +01:00
parent 8b1644640d
commit 43af35fd93
157 changed files with 95 additions and 3 deletions

View file

@ -663,8 +663,8 @@ veza/
| # | Action | Effort | Détail |
|---|--------|--------|--------|
| 2.1 | ~~Unifier `components/views/` et `features/*/pages/`~~ | **L** | **✅ Fait** — pattern unique `features/*/pages/` |
| 2.2 | Nettoyer les 137 fichiers .md à la racine | **M** | Archiver dans `docs/archive/`, conserver 5-10 utiles |
| 2.3 | Nettoyer les 25 fichiers .json à la racine | **S** | Déplacer dans `docs/` ou supprimer |
| 2.2 | ~~Nettoyer les 137 fichiers .md à la racine~~ | **M** | **✅ Fait** — archivés dans docs/archive/root-md/ |
| 2.3 | ~~Nettoyer les 25 fichiers .json à la racine~~ | **S** | **✅ Fait** — archivés dans docs/archive/root-json/ |
| 2.4 | Supprimer le code mort (Education, Studio, Gamification) | **M** | Backend routes + Frontend components |
| 2.5 | Supprimer `cmd/modern-server/` | **S** | Serveur alternatif inutile |
| 2.6 | ~~Supprimer `pages/` directory legacy~~ | **M** | **✅ Fait** — migré vers `features/*/pages/` |

View file

@ -40,4 +40,4 @@ docker compose -f docker-compose.prod.yml up -d
See `make/config.mk` for COMPOSE_PROD and deployment docs.
## Documentation
See `docs/` for detailed architecture and development guides.
See `docs/` for detailed architecture and development guides. Older audits and reports are archived in `docs/archive/`.

View file

@ -0,0 +1,32 @@
# Archive — Fichiers .json anciennement à la racine
Archivé le 15 février 2026 (Audit 2.3). Ces 22 fichiers ont été déplacés depuis la racine du monorepo.
## Contenu
| Fichier | Description |
|---------|-------------|
| CHROME_TEST_FINAL_SUMMARY.json | Résumé des tests Chrome |
| dev_plan.json | Plan de développement |
| endpoint-formats-report.json | Rapport des formats d'endpoints |
| FINAL_TESTING_SUMMARY.json | Résumé final des tests |
| INTEGRATION_ISSUES_INDEX.json | Index des problèmes d'intégration |
| LOGGING_ISSUES_TODOLIST.json | TODO liste des problèmes de logging |
| MVP_BUGS_TODOLIST.json | TODO liste des bugs MVP |
| MVP_REMAINING_TASKS.json | Tâches MVP restantes |
| PROBLEMES_A_RESOUDRE.json | Problèmes à résoudre |
| PRODUCTION_TODOLIST.json | TODO liste production |
| PUBLICATION_READINESS.json | État de préparation publication |
| REAL_ISSUES_TODOLIST.json | TODO liste des vrais problèmes |
| todo.json | TODO général |
| V0101_STATE.json | État du projet V0101 |
| VEZA_COMPLETE_MVP_TODOLIST.json | TODO liste MVP complète |
| VEZA_INTEGRATION_PERFECTION_TODOLIST_TEMPLATE.json | Template TODO intégration |
| VEZA_INTEGRATION_V2_TODOLIST.json | TODO liste intégration v2 |
| VEZA_MVP_STABILITY_TODOLIST.json | TODO liste stabilité MVP |
| VEZA_MVP_VALIDATION_TODOLIST.json | TODO liste validation MVP |
| VEZA_ROADMAP.json | Roadmap Veza |
| VEZA_STABLE_EXTENDED_MVP.json | MVP stable étendu |
| WORKFLOW_TEST_ISSUES_INVENTORY.json | Inventaire des problèmes de tests |
Aucun de ces fichiers n'est référencé par le code. Ils sont conservés à des fins d'historique.

Some files were not shown because too many files have changed in this diff Show more