Files
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

935 B

Intégrations (V2)

Ce template n'embarque pas de gros framework en dépendance “hard” : il expose des interfaces stables (prompts + scripts + conventions d'artifacts) pour que tu puisses brancher l'orchestrateur que tu veux.

agentic-engineer

Idée : l'utiliser comme orchestrateur (plans → exécution) et lui faire appeler :

  • les prompts dans agents/
  • les scripts tools/ (cockpit, schops, CI local)

Conventions utiles :

  • tout ce qui est “preuve” va dans artifacts/<domain>/<timestamp>/
  • les gates à respecter sont dans bmad/gates/

Spec Kit

  • Les specs vivent dans specs/<feature>/...
  • Un bridge minimal est fourni dans .specify/ + tools/ai/specify_init.py

Agent OS / Builder Methods

  • Standards versionnés dans standards/.
  • Profils “multi-target” sous standards/profiles/.

KiCad local

  • schops pour bulk edits + exports
  • Option MCP : voir docs/KICAD_AI_LOCAL.md