load_project
Load a KiCad project from a file or directory, validate its manifest, create required subdirectories, and set it as the active workspace for PCB design automation.
Instructions
Load an existing KiCad project (path to a .kicad_pro file or its containing directory). Validates the manifest, ensures libs/ and manufacturing/ subdirectories exist, and sets the project as the active session workspace. Returns a manifest of the project's current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to a .kicad_pro file OR the directory containing exactly one .kicad_pro file. |