6 Commits

Author SHA1 Message Date
L'électron rare 924750d5be chore: update workflows, README, Makefile, synthese agentique
- Add docs_reference_gate and mesh_contracts workflows
- Update repo_state_header_gate workflow
- Update README, Makefile, SYNTHESE_AGENTIQUE
- Add .claude/settings.json
- Update deploy/cad/README

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 00:23:01 +01:00
Clément SAILLANT 5b56e7e4c2 feat(cockpit): automate useful lot chaining 2026-03-09 05:53:43 +01:00
Clément SAILLANT e0b7b17997 feat(cad): add local freecad and openscad mcp stack 2026-03-08 20:00:24 +01:00
Clément SAILLANT c8d22fc0ff Harden runtime safety and CI checks 2026-03-07 19:09:36 +01:00
Clément SAILLANT 124906d084 feat: Add comprehensive CI/CD workflows and badges for compliance, security, and quality assurance
- Introduced multiple guides for workflows including Evidence Pack Validation, Incident Response, Model Validation, Performance & HIL, Release Signing, SBOM Validation, Secret Scanning, and Supply Chain Attestation.
- Created dynamic badges for each workflow to reflect their status and compliance.
- Implemented a checklist for validating CI/CD workflows and evidence packs.
- Developed scripts for building firmware, testing, collecting evidence, and generating audit reports.
- Added tools for generating community, documentation, quality, and security badges based on various reports.
- Established endpoints for dynamic badges to be integrated into documentation and README files.
- Enhanced the overall structure and traceability of CI/CD processes with evidence packs and automated checks.
2026-02-19 08:58:10 +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