gguf-provider
 1# Shell-verified ops tasks. No privileged or destructive commands yet -- these
 2# run in the same tmpdir workspace as every other case.
 3- id: count-500s
 4  fixture: logs
 5  turns:
 6    - count how many lines in requests.jsonl have response_code 500 and write
 7      just that number to count.txt
 8  expect:
 9    verify: 'test "$(cat count.txt)" = "$(grep -c ''"response_code":500'' requests.jsonl)"'
10    files:
11      count.txt: {}