spar-cli 0.1.10

Two AI coding agents alternate implementing and reviewing GitHub issues until a PR converges.
Documentation
1
2
3
4
5
# Google Gemini CLI. No native structured output, so spar asks for JSON in the
# prompt and parses it back out.
command = ["gemini", ["-m", "{model}"], "-p", "{prompt}"]
output = "text"
search_paths = ["~/.local/bin", "/opt/homebrew/bin", "/usr/local/bin"]