ui_checkpoint
Capture a snapshot of the current UI screen to compare against later changes, enabling a pixel-level diff after hot reload to pinpoint visual updates.
Instructions
Remember the current screen so a later ui_diff can show what changed.
Take one before editing code, then call ui_diff after hot reloading.
Args: label: name for this checkpoint. serial: device serial when several are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | before | |
| serial | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |