zig_build
Execute the Zig build system for a project at a given path and capture the build output.
Instructions
Run zig build in a project directory and return the build output
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute path to the Zig project directory (containing build.zig) | |
| args | No | Additional arguments to pass to `zig build` |