2 Commits

Author SHA1 Message Date
L'électron rare 3bfb4b6446 chore: fix license copyright, add root LICENSE, correct workflow count
- Add copyright holder to MIT license (Clement Saillant / L'Electron Rare)
- Create root LICENSE file for GitHub auto-detection
- Fix README workflow count: 18 → 20 (added ci_cd_audit + pages_publish)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 06:29:14 +01:00
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