Snapshot Project
snapshot_projectSave a named checkpoint of the current project, rendering the PCB to PDF and recording the step label to track progress before user confirmation.
Instructions
Save a named checkpoint snapshot of the current project state (renders board to PDF and records step label). Call after completing each major step — e.g. after Step 1 (schematic_ok) and Step 2 (layout_ok). Required by the demo workflow before waiting for user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | Yes | Step number or identifier, e.g. '1' or '2' | |
| label | Yes | Short label for this checkpoint, e.g. 'schematic_ok' or 'layout_ok' | |
| prompt | No | Full prompt text to save as PROMPT_step{step}_{timestamp}.md alongside the snapshot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |