| 12345678910111213141516171819202122232425262728293031323334353637 |
- id: code-build-agent-smoke-test
- name: "Build Agent: Smoke Test - Basic Operation"
- description: |
- Basic sanity check that the Build Agent subagent can respond to a simple request.
-
- This validates the subagent is properly configured and can execute basic operations.
-
- Validates:
- - Subagent can receive and understand a prompt
- - Subagent can use basic tools
- - Subagent responds appropriately
- category: developer
- prompts:
- - text: |
- Check if the file evals/test_tmp/README.md exists and tell me what you found.
- approvalStrategy:
- type: auto-approve
- behavior:
- minToolCalls: 1
- maxToolCalls: 5
- expectedViolations:
- - rule: approval-gate
- shouldViolate: false
- severity: error
- timeout: 60000
- tags:
- - smoke-test
- - subagent
- - code-build-agent
- - safe
|