gguf-provider
1- id: fix-failing-test
2  fixture: broken
3  turns:
4    - run test.rb and fix whatever is broken
5  expect:
6    verify: ruby test.rb
7    files:
8      lib/calc.rb:
9        contains: ["a + b"]