Teach builder sandbox rootfs capture
All checks were successful
build / build (push) Successful in 25s
All checks were successful
build / build (push) Successful in 25s
This commit is contained in:
@@ -38,8 +38,9 @@ Check these items:
|
||||
- Deterministic tools do exact work; no fake canned-response tools.
|
||||
- File-producing skills call `ctx.write_artifact` and `ctx.emit_artifact`.
|
||||
- Commands that create downloadable outputs run through `ctx.workspace_shell`
|
||||
or `ctx.workspace_python` and write under `/workspace/outputs/...`. Plain
|
||||
subprocesses in the agent container are not durable workspace writes.
|
||||
or `ctx.workspace_python`; `/workspace` writes persist directly and other
|
||||
changed sandbox rootfs files are mirrored under `outputs/rootfs-captures/...`.
|
||||
Plain subprocesses in the agent container are not durable workspace writes.
|
||||
- External calls, secrets, workspace access, pricing, and resources are
|
||||
declared on the class.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user