oven-cli 0.9.0

CLI that runs Claude Code agent pipelines against GitHub issues
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[project]
name = "oven-cli"    # auto-detected from git remote
test = "cargo test"    # test command
lint = "cargo clippy"  # lint command
issue_source = "github"  # "github" (default) or "local"

[pipeline]
max_parallel = 2
cost_budget = 15.0
poll_interval = 60

[labels]
ready = "o-ready"
cooking = "o-cooking"
complete = "o-complete"
failed = "o-failed"