pebble_build
Build a Pebble app project from a project directory and return the generated .pbw file path plus structured compiler errors and warnings as file:line diagnostics.
Instructions
Build a Pebble app project and return structured results.
Runs pebble build in project_dir (absolute, or relative to the
workspace root). Returns success, the produced .pbw path, and
compiler errors/warnings as structured file:line diagnostics.
Requires the pebble CLI on PATH (see capabilities()).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||