simple-task-direct.yaml 542 B

1234567891011121314151617181920
  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. prompt: |
  6. Create a single utility function in src/utils/format.ts
  7. approvalStrategy:
  8. type: auto-approve
  9. behavior:
  10. mustUseTools:
  11. - write
  12. mustNotUseTools:
  13. - task
  14. shouldDelegate: false
  15. maxToolCalls: 3
  16. expectedViolations:
  17. - rule: delegation
  18. shouldViolate: false
  19. severity: error
  20. description: Simple single-file tasks should be executed directly