Files
Kill_LIFE/ai-agentic-embedded-base/specs/01_spec.md
T
Clément SAILLANT dda793c0ef feat(hw): add schops tool for schematic operations and kicad-cli integration
- Introduced `kicad_cli.sh` for local and Docker-based kicad-cli execution.
- Created `schops.py` for schematic operations including ERC, BOM, netlist exports, and bulk edits.
- Added README.md for schops with installation and usage instructions.
- Included requirements.txt for necessary Python packages.
- Implemented rules engine for applying field defaults and renaming nets.
- Added tests for rules engine functionality.
- Introduced scope guard script to enforce file modification policies based on PR labels.
- Created watch script to monitor KiCad files and trigger hardware gate on changes.
2026-02-19 00:00:33 +01:00

408 B
Raw Blame History

Spec

Objectifs

  • O1 …
  • O2 …

Non-objectifs

  • N1 …

User stories

  • US1: En tant que … je veux … afin de …

Exigences fonctionnelles

  • F1 …
  • F2 …

Exigences non-fonctionnelles

  • Perf: …
  • Sécurité: …
  • Observabilité: …
  • Conso: …

Critères dacceptation (AC)

  • AC1 …
  • AC2 …

Interfaces (contrats)

  • UART frames (versioning, CRC)
  • I2C devices, etc.