[DTP-Worker 20260731_023000] Auto exec · session 20260731_023000
CI / Contraintes NON-NÉGOCIABLES (CLAUDE.md) (push) Has been cancelled
CI / Validation JSON (schémas Faisabilité) (push) Has been cancelled
CI / Qualité documentaire (liens + 4Big) (push) Has been cancelled
CI / Reproductibilité des artefacts out/ (build == commité) (push) Has been cancelled
CI / Fraîcheur matrice de régression (run == commité) (push) Has been cancelled
CI / Intégrité du câblage CI (gate agrège tout · gates statiques verrouillés) (push) Has been cancelled
CI / Publiciste · parser + schéma + generator (unittest) (push) Has been cancelled
CI / RBAC · 50 rôles + schéma (unittest) (push) Has been cancelled
CI / Faisabilité · générateur 4 volets + round-trip (unittest) (push) Has been cancelled
CI / RBAC · fixtures ERPNext (Role + Custom DocPerm) (push) Has been cancelled
CI / RBAC · plan User Permission (row-level) (push) Has been cancelled
CI / RBAC · Role Profile (bundles par portail) (push) Has been cancelled
CI / RBAC · run-book d'application unifié (agrégat 3 volets) (push) Has been cancelled
CI / Faisabilité · dossier bancable trilingue FR/EN/ES (push) Has been cancelled
CI / CRM · workflow vente ERPNext (lead → CONFOTUR) (push) Has been cancelled
CI / CRM · DocType porteur OTO Dossier Vente (push) Has been cancelled
CI / CRM · barème commissions vendeurs (push) Has been cancelled
CI / Fiscal · e-CF DGII (Compupar) (push) Has been cancelled
CI / Frontend · Workspaces 5 portails rôle (push) Has been cancelled
CI / Legal · DocType CONFOTUR Application (push) Has been cancelled
CI / QA · Audit 5D conformité (push) Has been cancelled
CI / SEO · mots-clés trilingues + schema.org + hreflang (push) Has been cancelled
CI / Chat OTOIA · montage par portail (Custom Block) (push) Has been cancelled
CI / QA · Audit 4Big (95+/100 sur 100% deliverables) (push) Has been cancelled
CI / Démo · Scénarios (run-sheet P07 banquier / P05 client) (push) Has been cancelled
CI / QA · Matrice de régression exhaustive (Sprint 8) (push) Has been cancelled
CI / DevOps · Run-book de déploiement VPS unifié (Sprint 8) (push) Has been cancelled
CI / QA · Matrice d'acceptation / traçabilité MVP (Sprint 8) (push) Has been cancelled
CI / Mobile · config app Expo/EAS (navigation par rôle) (push) Has been cancelled
CI / E2E baseline Playwright (manuel) (push) Has been cancelled
CI / Gate qualité (agrégat) (push) Has been cancelled

This commit is contained in:
Claude Code DTP Worker
2026-07-31 02:45:00 +00:00
parent 9403e58f67
commit 1d21a3788d
27 changed files with 1523 additions and 43 deletions
@@ -0,0 +1,91 @@
[
{
"portail": "ventes",
"label": "OTO Ventes",
"icon": "sell",
"route": "/ventes",
"roles_allowed": [
"OTO Marketing Directeur",
"OTO Marketing Publiciste",
"OTO Marketing SEO",
"OTO Marketing Social",
"OTO Ventes Après-Vente",
"OTO Ventes CONFOTUR",
"OTO Ventes Chef Équipe",
"OTO Ventes Conseiller",
"OTO Ventes Contrats",
"OTO Ventes Courtier Externe",
"OTO Ventes Directeur",
"OTO Ventes Réservations"
],
"n_roles": 12
},
{
"portail": "construction",
"label": "OTO Construction",
"icon": "project",
"route": "/construction",
"roles_allowed": [
"OTO Construction Architecte",
"OTO Construction BIM",
"OTO Construction Chef Projet",
"OTO Construction Directeur",
"OTO Construction Ingénieur",
"OTO Construction QAQC",
"OTO Construction Sous-traitants",
"OTO Faisabilité IFC Speckle",
"OTO Faisabilité Rendu 3D",
"OTO Faisabilité Économiste"
],
"n_roles": 10
},
{
"portail": "achat",
"label": "OTO Achat",
"icon": "buying",
"route": "/achat",
"roles_allowed": [
"OTO Achat Acheteur",
"OTO Achat Directeur",
"OTO Achat Fournisseurs",
"OTO Achat Magasinier",
"OTO Achat Réception"
],
"n_roles": 5
},
{
"portail": "compta",
"label": "OTO Compta",
"icon": "accounting",
"route": "/compta",
"roles_allowed": [
"OTO Compta Audit UAF",
"OTO Compta Clients AR",
"OTO Compta Contrôle Gestion",
"OTO Compta Fiscaliste eCF",
"OTO Compta Fournisseurs AP",
"OTO Compta Général",
"OTO Compta Paie",
"OTO Compta Trésorier"
],
"n_roles": 8
},
{
"portail": "direction",
"label": "OTO Direction",
"icon": "organization",
"route": "/direction",
"roles_allowed": [
"OTO Conseil Administration",
"OTO Direction Commerciale",
"OTO Direction Financière",
"OTO Direction Générale",
"OTO Direction Opérations",
"OTO Direction Président",
"OTO Faisabilité Analyste",
"OTO Legal Directeur",
"OTO Legal ONAPI"
],
"n_roles": 9
}
]