[DTP-Worker 20260803_040643] Sprint 5 · fix · Dérive doc-vs-CODE Mobile : cmd_build écrit 5 fichiers (store_listing.json inclus) mais docstring app_config_gen.py « les 4 fichiers » + glob README omettaient store_listing → réalignés sur 5. Consommateur qa/audit_4big/quality_report.json régénéré (évidence DOC byte-count · verdict PASS 22/22 inchangé) · run_ci.sh 30 PASS 0 FAIL

This commit is contained in:
Claude Code DTP Worker
2026-08-03 04:12:15 +00:00
parent af84b21f89
commit 953e683be3
4 changed files with 47 additions and 3 deletions
@@ -53,7 +53,7 @@ Publiciste (zéro `pip`).
## Utilisation
```bash
python3 app_config_gen.py build # écrit out/{app_config,eas_build,role_navigation}.json + MANIFEST.json
python3 app_config_gen.py build # écrit out/{app_config,eas_build,role_navigation,store_listing}.json + MANIFEST.json
python3 app_config_gen.py validate # schéma + 15 invariants (sort en erreur sinon)
python3 -m unittest discover -s tests -v
```
@@ -17,7 +17,7 @@ en :
- MANIFEST.json -> traçabilité (comptes, résumé par portail, marque, a_confirmer)
Sous-commandes :
build [-o OUT] -> écrit les 4 fichiers ci-dessus
build [-o OUT] -> écrit les 5 fichiers ci-dessus
validate [-o OUT] -> (re)génère en mémoire, valide vs mobile.schema.json + invariants
Sortie déterministe (tri stable, aucun horodatage) -> diffable + re-générable.