dda793c0ef
- 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.
22 lines
637 B
YAML
22 lines
637 B
YAML
site_name: AI Agentic Embedded Base
|
|
theme:
|
|
name: mkdocs
|
|
nav:
|
|
- Home: docs/index.md
|
|
- Specs:
|
|
- Overview: specs/README.md
|
|
- Intake: specs/00_intake.md
|
|
- Spec: specs/01_spec.md
|
|
- Arch: specs/02_arch.md
|
|
- Plan: specs/03_plan.md
|
|
- Tasks: specs/04_tasks.md
|
|
- Constraints: specs/constraints.yaml
|
|
- Standards: standards/README.md
|
|
- BMAD: bmad/README.md
|
|
- Hardware: docs/HARDWARE_QUICKSTART.md
|
|
- KiCad Previews: docs/KICAD_PREVIEWS.md
|
|
- MCP setup: docs/MCP_SETUP.md
|
|
- Design Blocks: docs/BLOCKS.md
|
|
- AI Workflows: docs/AI_WORKFLOWS.md
|
|
- Agentic Landscape: docs/AGENTIC_LANDSCAPE.md
|