tascan_get_build_file
Read one file from a stored build bundle by build_ref and path (protocol v0.2 build_artifacts) — the exact bytes the executor produced, not a working-tree read. Returns up to 12000 chars per call with offset/limit paging (next_offset when truncated), plus the file's sha256 and byte length. Binary or over-cap files return no content (the sha256 still binds them). Read tier; this is what the independent reviewer reads. The header lines (path, build, sha256, chars a-b of total) are the record a reviewer's read is bound to; read every chunk until the range covers the whole file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path exactly as listed by tascan_get_build. | |
| limit | No | Characters to return (1-12000, default 12000). | |
| offset | No | Character offset to start from (default 0). | |
| build_ref | Yes | sha256:<64 hex> (or the bare 64 hex). |