spar-cli 0.1.2

Two AI coding agents alternate implementing and reviewing GitHub issues until a PR converges.
Documentation
1
2
3
4
5
6
7
8
# Aider, non-interactive single message.
command = [
  "aider", "--no-auto-commits", "--yes",
  ["--model", "{model}"],
  "--message", "{prompt}",
]
output = "text"
search_paths = ["~/.local/bin", "/opt/homebrew/bin", "/usr/local/bin"]