render_circuit_schematic
Convert validated Circuit Intent content into a private, ephemeral KiCad schematic resource for inspection.
Instructions
Render validated Circuit Intent content into one private ephemeral KiCad resource.
``content`` must contain exactly ``circuit_id``, ``project_name``, ``title``,
``components``, ``nets``, and ``ports`` under Circuit Intent 0.1.0. Components
are two-pin resistors or non-polarized capacitors; nets carry explicit
component-pin connections and ports identify external nets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Advertised structured content for ``render_circuit_schematic``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | ||
| schema | Yes | ||
| status | Yes | ||
| artifact | Yes | ||
| verification | Yes | ||
| schema_version | Yes |