- shell: "cargo check"
on_success:
shell: "cargo build --release"
on_success:
shell: "cargo test --release"
on_failure:
claude: "/prodigy-debug-and-fix '${shell.output}'"
- shell: "cargo clippy -- -D warnings"
capture_output: "clippy_warnings"
on_failure:
claude: "/prodigy-fix-clippy-warnings '${clippy_warnings}'"
- shell: "cargo bench"
timeout: 600 capture_output: "benchmark_results"
on_exit_code:
0:
shell: "echo 'Benchmarks completed successfully!'"
101:
claude: "/prodigy-fix-compilation-errors '${benchmark_results}'"