LICENSE
README.md
pyproject.toml
src/circuitsmith/__init__.py
src/circuitsmith/erc_engine.py
src/circuitsmith/erc_report.py
src/circuitsmith/markdown.py
src/circuitsmith/netgraph.py
src/circuitsmith/renderer.py
src/circuitsmith.egg-info/PKG-INFO
src/circuitsmith.egg-info/SOURCES.txt
src/circuitsmith.egg-info/dependency_links.txt
src/circuitsmith.egg-info/requires.txt
src/circuitsmith.egg-info/top_level.txt
src/circuitsmith/components/connectors.py
src/circuitsmith/components/mcus.py
src/circuitsmith/components/passives.py
src/circuitsmith/components/sensors.py
src/circuitsmith/export/__init__.py
src/circuitsmith/export/bom_exporter.py
src/circuitsmith/export/netlist_exporter.py
src/circuitsmith/knowledge/__init__.py
src/circuitsmith/knowledge/validate_catalog.py
src/circuitsmith/layout/__init__.py
src/circuitsmith/layout/ai_placer.py
src/circuitsmith/layout/kernel.py
src/circuitsmith/layout/router.py
src/circuitsmith/layout/rubric.py
src/circuitsmith/render/__init__.py
src/circuitsmith/schema/__init__.py
src/circuitsmith/schema/circuit.schema.json
src/circuitsmith/schema/layout.schema.json
src/circuitsmith/schema/layout_validator.py
src/circuitsmith/schema/meta.schema.json
src/circuitsmith/schema/registry.py
src/circuitsmith/schema/validator.py
tests/test_ai_placer.py
tests/test_bom_exporter.py
tests/test_components.py
tests/test_erc_engine.py
tests/test_erc_report_enrichment.py
tests/test_full_pedal_fixture.py
tests/test_kernel.py
tests/test_layout_schema.py
tests/test_markdown_block.py
tests/test_meta_yml_escalations.py
tests/test_meta_yml_provenance.py
tests/test_module_boundaries.py
tests/test_netgraph.py
tests/test_netgraph_golden.py
tests/test_netlist_exporter.py
tests/test_netlist_structure.py
tests/test_no_ai_flag.py
tests/test_precommit_hook.py
tests/test_renderer.py
tests/test_renderer_erc.py
tests/test_renderer_staleness.py
tests/test_router.py
tests/test_rubric.py
tests/test_rubric_v1.py
tests/test_schema_pre_commit.py
tests/test_schema_validation.py
tests/test_validate_catalog.py