Files
Clément SAILLANT d7ffbf14cf feat: Add workflows and templates for design reviews, release processes, and compliance checks
- 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.
2026-02-19 01:35:10 +01:00

26 lines
740 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 timeboxed
- `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`