session_resume
Inspect a project's session file to see the current PCB workflow stage and completed checkpoints. Get a recommended next step for choosing resume or restart.
Instructions
Inspect the .kicad_jlcpcb_session.json in a project directory to see where a prior workflow left off. Returns the current stage (created / parts_sourced / bom_confirmed / pcb_generated / handoff_rendered), which checkpoints are complete, and a recommended next step. Use at the start of /pcb-new or /pcb-from-bom on an existing project to offer the user a resume-or-restart choice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Project directory or .kicad_pro path. Defaults to the active project when set. |