builder: require durable workspace execution
Some checks failed
build / build (push) Failing after 2s
Some checks failed
build / build (push) Failing after 2s
This commit is contained in:
@@ -37,6 +37,9 @@ Check these items:
|
||||
- Custom subagents that need project skills include their own `skills` field.
|
||||
- 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.
|
||||
- External calls, secrets, workspace access, pricing, and resources are
|
||||
declared on the class.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user