spar-cli 0.1.5

Two AI coding agents alternate implementing and reviewing GitHub issues until a PR converges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/target
**/*.rs.bk
Cargo.lock.orig

# Editor and OS cruft. Kept out of git so `cargo publish` does not refuse over
# it, and out of the published crate so nobody downloads somebody's IDE config.
.idea/
.vscode/
*.iml
.DS_Store
*.swp

# spar's own working state, when spar is run on this repo
/spar.toml
/plan.json
/.spar/
/.spar-worktrees/