execute_plan
Execute approved plan items to build your project by running the full build pipeline, including code edits, verification, and regression reversion.
Instructions
Execute the APPROVED items from a previously proposed plan.
Use when: ``propose_plan`` + ``approve_plan`` have selected the work and you
want it built — this composes a goal from the approved items and runs the
normal build pipeline (decompose, edit, verify, revert regressions). Do NOT
use before approving anything (it returns a no-op message). Related:
``propose_plan``, ``approve_plan``, ``build``.
DESTRUCTIVE side effects: edits files, makes git commits, and calls an
external LLM provider. Refuses a dirty working tree (like ``build``).
Returns a compact build report, or a message when nothing is approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a project with an approved plan. | |
| budget | No | Maximum US dollars to spend; > 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |