session_confirm_bom
Persist BOM approval to avoid re-prompting after a session restart. Call after user confirms at the BOM checkpoint to make the decision durable.
Instructions
Record that the user has reviewed and approved the BOM. Call this immediately after they confirm at the BOM checkpoint, before pcb_generate. Without it the approval lives only in the conversation: if Claude Code restarts, session_resume reports the BOM as merely 'sourced' and the user is asked to approve the same BOM again. Spending money on a board is the one decision in this workflow worth making durable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional note about what the user approved or asked to change, carried into the resume summary. | |
| project_path | No | Defaults to the active project. |