log_build_progress
Log a build event for an idea to keep its build timeline up to date (commits, deploys, milestones and more). Valid events: build_started, commit_pushed, deploy_started, deploy_completed, test_passed, test_failed, milestone_reached, error_encountered, commit, deploy, milestone, ci_pass, ci_fail, pr_merged, first_deploy, mvp_complete, launch. Not read-only; each call appends a new event, so it is not idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Build event type | |
| ideaId | Yes | The idea ID | |
| message | No | Free-form message | |
| metadata | No | Arbitrary metadata | |
| builderId | No | Builder ID | |
| deployUrl | No | Deployment URL | |
| commitCount | No | Number of commits |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The tool result rendered as human and AI readable text or markdown. |