d7ffbf14cf
- 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.
917 B
917 B
Installation
Voir la version détaillée : docs/INSTALL.md.
Prérequis
- Git
- Python 3.10+
- (optionnel) PlatformIO pour compiler le firmware
- (optionnel) KiCad pour le hardware
Setup local (minimal)
python -m venv .venv
source .venv/bin/activate
pip install platformio
cd firmware
pio run -e esp32s3_idf || true
pio test -e native || true
Setup GitHub (indispensable)
- Créer les labels
ai:*:ai:spec ai:plan ai:tasks ai:impl ai:qa ai:docs ai:hold - (Optionnel) Créer les labels
type:*:type:consulting type:systems type:design type:creative type:spike type:compliance - Ajouter les secrets si utilisés (ex :
OPENAI_API_KEY,COPILOT_GITHUB_TOKEN) - Vérifier que GitHub Actions est activé
Démarrer
- Ouvrir une issue via un template (dans
.github/ISSUE_TEMPLATE/) - Triage (prio/risque/scope)
- Ajouter un label
ai:*pour déclencher l’automatisation