simple-task-direct.yaml 559 B

123456789101112131415161718192021
  1. id: simple-task-direct
  2. name: Simple Task Direct Execution (Positive Test)
  3. description: Agent should execute simple tasks directly without delegation
  4. category: developer
  5. agent: openagent
  6. prompt: |
  7. Create a single utility function in src/utils/format.ts
  8. approvalStrategy:
  9. type: auto-approve
  10. behavior:
  11. mustUseTools:
  12. - write
  13. mustNotUseTools:
  14. - task
  15. shouldDelegate: false
  16. maxToolCalls: 3
  17. expectedViolations:
  18. - rule: delegation
  19. shouldViolate: false
  20. severity: error
  21. description: Simple single-file tasks should be executed directly