summaryrefslogtreecommitdiff
path: root/test/fixtures/tasks/simple-task.yaml
blob: d49b0666f02cbb50cada84382d975f11c9e084fd (plain)
1
2
3
4
5
6
7
8
9
10
11
name: "Hello World"
description: "A simple test task"
claude:
  model: "sonnet"
  instructions: |
    Say hello and list the files in the current directory.
  working_dir: "/tmp"
timeout: "5m"
tags:
  - "test"
  - "simple"