Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions avionics/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Every schematic and PCB modification **must** be verified:
4. Run **Design Rules Checker** (DRC) — resolve all violations and errors
5. Document any violations that cannot be resolved in `TODO.md` with the specific DRC rule and reason
6. Commit only after all DRC violations are either resolved or documented
7. All routing and component spacing will maintain 0.3mm minimum copper spacing (as enforced by the min_copper_edge_clearance DRC check) per [REF-IPC-001].

### Footprint and Component Placement

Expand Down
Loading