run_build
Build a project using the repository's detected build command, returning exit code and output with error lines preserved even for long logs.
Instructions
Build the project using the build command detected from the repository (Maven, Gradle, npm/pnpm/yarn script, cargo, go, dotnet, make…). Returns exit code and output with error lines preserved even when the log is long.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory (module) to run in. Defaults to the detected location. | |
| target | No | Optional extra arguments appended to the command. | |
| command | No | Override the detected build command. | |
| workspace | No | Workspace alias. Defaults to the active workspace. | |
| timeout_seconds | No | Per-run timeout. Defaults to the bridge configuration. |