diff --git a/00_Structure_Depot.md b/00_Structure_Depot.md new file mode 100644 index 0000000..0ecaf3e --- /dev/null +++ b/00_Structure_Depot.md @@ -0,0 +1,101 @@ +. +├── ansible +│   ├── group_vars +│   ├── host_vars +│   ├── inventory.ini +│   └── roles +├── artifact.tar.gz +├── CODEOWNERS +├── configure +│   ├── configure.yaml +│   └── export.mjs +├── CONTRIBUTING.md +├── dns +│   └── zone-chezlepro.ca.zone +├── docs +│   ├── 00_Glossaire_biomimetique_autopoietique_v3.md +│   ├── alliance_boreale_structure_complete.md +│   ├── architecture +│   │   ├── 00_Modele_8_couches_biomimetique_autopoietique_v3.md +│   │   ├── 00_Nomenclature_biomimetique_autopoietique_v3.md +│   │   ├── 14_Structure_YAML_Registraire.md +│   │   ├── Architecture_Deterministe_Alliance_Boreale_Whitepaper.md +│   │   ├── Architecture_Deterministe_Diagrammes_Visuels.md +│   │   ├── checklist_reunion.md +│   │   ├── guide_formation.md +│   │   ├── readme_package.md +│   │   ├── resolution_adoption.md +│   │   ├── scripts_migration.sh +│   │   └── templates_automation.md +│   ├── constitution +│   │   ├── 00_Charte_Cognitive_Alliance_Boreale.md +│   │   ├── 01_Charte_Fondatrice_v2.1.md +│   │   ├── 02_Reglement_de_Regie_Interne_biomimetique_autopoietique_v3.md +│   │   ├── 03_Cadre_Conformite_Label_Prestige_biomimetique_autopoietique_v3.md +│   │   ├── 03_Cadre_Conformite_Label_Prestige.md +│   │   ├── 04_Manifeste_Philosophique_LEsprit_Boreal.md +│   │   ├── Carte_Equivalence_Label_Prestige_vs_Standards.md +│   │   └── Registraire des entreprises - Reçu de paiement.pdf +│   ├── devis.md +│   ├── engineering +│   │   └── git-conventions.md +│   ├── gouvernance +│   │   ├── guide-utilisation-claude.md +│   │   ├── instructions-claude.md +│   │   ├── INSTRUCTIONS_CLAUDE_v2.1.md +│   │   ├── Pacte_Collaboration_Claude_President.md +│   │   ├── pacte-conseiller-strategique.md +│   │   └── proposition_nouvelle_place.md +│   ├── index.md +│   ├── opération +│   │   ├── 05_Operation_DNS_Federee.md +│   │   └── 08_Processus_Onboarding_Membres.md +│   ├── TRANSMISSION.md +│   └── vieustoq +│   ├── 01_charte_fondatrice.md +│   ├── 02_reglement_regie_interne.md +│   ├── 03_guide_demarrage_rapide.md +│   ├── 2025-10-11 - L'Alliance Boréale - Partenariats.md +│   ├── doc_10_contrat_adhesion.md +│   ├── doc_11_resolutions_ca.md +│   ├── doc_12_plan_transition_obnl.md +│   ├── doc_14_registraire_yaml.md +│   ├── document_01_charte_fondatrice.md +│   ├── document_04_modele_financement_hybride.md +│   ├── document_04_modele_financement_hybride_v1.1.md +│   ├── document_05_protocole_audit_pair_a_pair.md +│   ├── document_05_protocole_audit_pair.md +│   ├── document_06_charte_banque_de_temps.md +│   └── document_06_charte_banque_temps.md +├── evidence +│   ├── backup +│   │   └── restoration_2025-10-26.md +│   └── detection +│   └── alert_test_2025-10-26.md +├── GOVERNANCE.md +├── INSTALL.md +├── LICENSE +├── Makefile +├── mkdocs.yml +├── polishPack.sh +├── README-COLLAB.md +├── README.md +├── registrar.yaml +├── registre +│   └── Fiche de diffusion - Document #8.md +├── RUNBOOK.md +├── scripts +│   └── check_branch.sh +├── security +│   ├── detection +│   │   └── rules +│   └── opa +├── SECURITY.md +├── structure_depot.txt +├── templates +├── tenants +│   └── chezlepro.yaml +└── terraform + └── main.tf + +26 directories, 73 files diff --git a/artifact.tar.gz b/artifact.tar.gz new file mode 100644 index 0000000..95a3257 Binary files /dev/null and b/artifact.tar.gz differ