Spaces:
Running
Running
Claude
feat(sprint-A10): gouvernance institutionnelle (CODEOWNERS + GOVERNANCE + CoC + COI)
5285382 unverified | # Sprint A10 (M-11) β dΓ©signation des mainteneurs de revue par sous-package. | |
| # | |
| # Format : ``<chemin> @utilisateur1 @utilisateur2 @org/team-name`` | |
| # GitHub assigne automatiquement les utilisateurs nommΓ©s ici comme | |
| # reviewers requis sur toute PR qui touche les chemins correspondants. | |
| # | |
| # Politique : | |
| # - Tout fichier de l'arbre a au moins un mainteneur dΓ©signΓ© (catch-all | |
| # en première ligne). | |
| # - Les sous-packages ``core/`` et ``measurements/`` ont une revue | |
| # renforcΓ©e car ils dΓ©finissent les contrats de l'API publique. | |
| # - Les guides dΓ©veloppeur et la doc institutionnelle ont une revue | |
| # ciblΓ©e sur la cohΓ©rence Γ©ditoriale (cf. GOVERNANCE.md). | |
| # | |
| # Γ mettre Γ jour quand un nouveau mainteneur rejoint l'Γ©quipe ou | |
| # qu'un domain expert (palΓ©ographe, archiviste, dev a11y) prend en | |
| # charge un sous-domaine spΓ©cifique. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Catch-all : revue par dΓ©faut sur toute PR. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| * @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Cercle 1 β abstractions pures (API publique stable). | |
| # Toute modification ici peut casser des consommateurs externes : | |
| # revue prioritaire, tests anti-rΓ©gression renforcΓ©s. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/core/ @maribakulj | |
| /docs/api-stable.md @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Cercle 2 β mΓ©triques et orchestration. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/measurements/ @maribakulj | |
| /picarones/engines/ @maribakulj | |
| /picarones/llm/ @maribakulj | |
| /picarones/pipelines/ @maribakulj | |
| /picarones/modules/ @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Cercle 3 β rapport, web, CLI, extras. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/report/ @maribakulj | |
| /picarones/web/ @maribakulj | |
| /picarones/cli/ @maribakulj | |
| /picarones/extras/ @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Documentation, gouvernance, sΓ©curitΓ©, accessibilitΓ©. | |
| # IdΓ©alement co-revue par un domain expert quand l'Γ©quipe s'Γ©toffe. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /docs/ @maribakulj | |
| /docs/case-studies/ @maribakulj # Γ co-revoir avec un archiviste/palΓ©ographe quand recrutΓ© | |
| /docs/operations/ @maribakulj | |
| /SECURITY.md @maribakulj | |
| /ACCESSIBILITY.md @maribakulj # Γ co-revoir avec rΓ©fΓ©rent a11y | |
| /GOVERNANCE.md @maribakulj | |
| /CONTRIBUTING.md @maribakulj | |
| /CODE_OF_CONDUCT.md @maribakulj | |
| /CITATION.cff @maribakulj # ajoutΓ© Sprint A12 | |
| /paper.md @maribakulj # ajoutΓ© Sprint A12 (JOSS) | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Fichiers de configuration projet β revue renforcΓ©e car affectent | |
| # tout le pipeline. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /pyproject.toml @maribakulj | |
| /Dockerfile @maribakulj | |
| /.github/ @maribakulj | |
| /.github/workflows/ @maribakulj | |
| /.github/CODEOWNERS @maribakulj | |
| /Makefile @maribakulj | |
| /requirements*.txt @maribakulj | |
| /requirements*.lock @maribakulj | |
| /picarones.spec @maribakulj | |