Hand it a backlog. It ships proven code.
Crew is the work-loop that turns a stack of tasks into shipped, proven changes: agents claim unblocked work in their own isolated copies, and nothing merges until it is checked against the goal it was meant to deliver.
Finished: waiting for a human to look it over.
Couldn't finish. Open it to see why, or try again.
Proven, or it stays back
Every completion is checked against the goal it was meant to deliver. Only proven work merges: at the logic level, so a rename or a reformat never fools it.
Make network retries back off exponentially instead of pausing a flat 500 ms every time: cap the wait at 30 s so a rate-limited service gets progressively more room to recover.
The AI changed 3 things across 1 file.
Worth a look: 1 deletion. Nothing else here looks risky.
Asked
Make network retries back off exponentially instead of pausing a flat 500 ms every time: cap the wait at 30 s so a rate-limited service gets
Saidwhat the agent logged
Make network retries back off exponentially instead of pausing a flat 500 ms every time: cap the wait at 30 s so a rate-limited service gets progressively more room to recover.
What changed
3 changes·1 fileReplaced by the exponential compute_delay path.
Each retry now waits the delay compute_delay returns instead of a flat 500 ms, and takes the op by FnMut so stateful closures can be retried.
New helper: starts at 100 ms and doubles after every failed attempt.
Time machine puts one part of this change back the way it was, just that part, nothing else. Aura keeps a copy of every file from before the AI touched it, so you can always undo.
No branch-switch pain
Each agent works in its own isolated copy of the repo, so parallel runs never trip over each other or over your working tree.
Ship with proof, not hope
Free public beta for macOS and Linux. Point it at a repo and drive every agent you already use.