Resolve passives from catalog, BOM value, and Murata LQW18AN without an LLM.

Skip the model (and the credit gate) when LCSC/DigiKey already list C/V/Z, when the BOM value is a single R/C/L/FB token, or when the MPN is an LQW18AN inductor. Ferrite beads keep impedance, not invented henries; value-only specs stay out of the shared library.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-28 20:25:34 +02:00
co-authored by Cursor
parent 2113e3975e
commit edbb47a08b
14 changed files with 596 additions and 88 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
"passive.ferrite_bead": {
"description": "Ferrite bead",
"extra_specs": [
{"name": "value_henries", "description": "Impedance at test frequency (stored as inductance proxy)", "unit": "H"},
{"name": "impedance_ohm", "description": "Impedance at the test frequency", "unit": "ohm", "required": true},
{"name": "current_rating_a", "description": "Rated current", "unit": "A"},
{"name": "dcr_ohms", "description": "DC resistance", "unit": "ohm"}
]