- Introduced new documentation for design reviews (DR0/DR1) and release rituals. - Created templates for Architecture Decision Records (ADR), Design Reviews, Playtest Reports, and Validation Plans. - Established workflows for consulting, creative processes, systems engineering, R&D spikes, and compliance/QA. - Implemented GitHub Actions workflows for firmware and hardware CI with required checks strategy. - Added setup script for repository configuration, including label creation and branch protection. - Developed installation script for Kill_LIFE with system updates and environment setup.
26 lines
740 B
Markdown
26 lines
740 B
Markdown
# Labels — taxonomie
|
||
|
||
## `ai:*` (automation)
|
||
- `ai:spec` : produire/mettre à jour specs (RFC2119, AC)
|
||
- `ai:plan` : architecture, options, ADR
|
||
- `ai:tasks` : backlog (WBS)
|
||
- `ai:impl` : impl + tests minimaux
|
||
- `ai:qa` : durcissement tests/edge
|
||
- `ai:docs` : documentation
|
||
- `ai:hold` : stop automation / incident
|
||
|
||
## `type:*` (workflow métier)
|
||
- `type:consulting` : cadrage cabinet
|
||
- `type:systems` : bureau d’études
|
||
- `type:design` : UX/UI produit
|
||
- `type:creative` : narration / contenu
|
||
- `type:spike` : R&D time‑boxed
|
||
- `type:compliance` : QA / release
|
||
|
||
## `scope:*` (zone)
|
||
- `scope:hardware` `scope:firmware` `scope:docs` `scope:ux` `scope:content` `scope:ci`
|
||
|
||
## `risk:*` / `prio:*`
|
||
- `risk:low|med|high`
|
||
- `prio:p0|p1|p2|p3`
|