Files
Kill_LIFE/docs/plans/09_plan_bulk_edit_hardware.md
T
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

1.1 KiB
Raw Blame History

9) Plan de bulk edit hardware

Objectif

Orchestrer des modifications massives (KiCad, exports, snapshots, artefacts) de manière sûre, reproductible et reviewable.

Labels recommandés

  • Issue : type:hardware + risk:med + ai:plan
  • PR : ai:impl (ou ai:plan si cest uniquement scripts/process)

Étapes

1. Définir le scope du batch

  • Liste exacte des transformations (ex : rename nets, swap footprints)
  • Répertoires concernés (hardware/ uniquement)
  • Mode dryrun si script

2. Snapshots “avant”

  • Export schéma PDF
  • Export PCB renders
  • Export BOM
  • Version des libs/footprints

3. Exécution du bulk edit

  • Dryrun
  • Apply
  • Vérifier ERC/DRC

4. Snapshots “après”

  • Exports identiques à “avant”
  • Diff visuel (captures)

5. Evidence pack

  • Artefacts avant/après attachés à la PR
  • Logs du script

Gates

  • DRC/ERC (si pipeline)
  • Scope guard (doit rester dans hardware/)

Critère de sortie

Modif massive réalisée, vérifiée, et diff visuel clair.

Références

  • docs/KICAD_AI_LOCAL.md
  • docs/KICAD_PREVIEWS.md