Spaces:
Running
Running
| # 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 couches 1-2 (``domain/``, ``formats/``) ont une revue | |
| # renforcΓ©e car elles 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 | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Couches 1-2 β types purs + parsing (API publique stable). | |
| # Toute modification ici peut casser des consommateurs externes : | |
| # revue prioritaire, tests anti-rΓ©gression renforcΓ©s. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/domain/ @maribakulj | |
| /picarones/formats/ @maribakulj | |
| /docs/reference/api-stable.md @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Couches 3-4 β mΓ©triques et orchestration. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/evaluation/ @maribakulj | |
| /picarones/pipeline/ @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Couches 5-6 β adapters externes + services applicatifs. | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/adapters/ @maribakulj | |
| /picarones/app/ @maribakulj | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Couches 7-8 β rapports + interfaces utilisateur (CLI, web). | |
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| /picarones/reports/ @maribakulj | |
| /picarones/interfaces/ @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 | |