prodigy 0.1.8

Turn ad-hoc Claude sessions into reproducible development pipelines with parallel AI agents
1
2
3
4
5
6
7
8
name: test-workflow
commands:
  - shell: "exit 1"
    on_failure:
      claude: "/fix-test"
      max_attempts: 3
      fail_workflow: false
      commit_required: true