Crew · Autopilot

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.

Works tasks in dependency orderWorktree-per-agent, zero branch jugglingProven, or it stays back
Compare Aura
Triage1
Ship the billing webhook handler
Queued: next in line
A-LING
Planning1
Add rate-limit headers to the public API
waiting on: Migrate user table to UUID primary keys
A-IMIT
Building1
Migrate user table to UUID primary keys
An agent is on it · 40s
A-UUIDCodex
Reviewing0

Finished: waiting for a human to look it over.

Done2
Refactor retry_logic to exponential backoff
Proven · 3/3 checks
A-KOFFClaudea1b2c3d6m ago
Wire OAuth token refresh on 401
Proven · 3/3 checks
A-AUTHGemini9f8e7d63m ago
Failed0

Couldn't finish. Open it to see why, or try again.

01

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.

Session review

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.

Claude Code·2h·3 turns·1 file+8 / −6·refactor·Signed

The AI changed 3 things across 1 file.

Worth a look: 1 deletion. Nothing else here looks risky.

Asked

Claude Codeprompt2h

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

Claude Coderefactor2h

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 file
ƒsleep_fixeddeleted
src/retry.rs

Replaced by the exponential compute_delay path.

ƒretry_with_backoffmodified
src/retry.rs:8

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.

ƒcompute_delayadded
src/retry.rs:28

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.

02

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.

Mission Control
A-N220
Add rate-limit headers to the public API
?Queued
A-N223
Backfill missing changeset rows from git
Queued
A-N230
Ship the billing webhook handler
waiting on: Wire OAuth token refresh on 401
A-N231
Dashboard usage charts (per-agent tokens)
?waiting on: Migrate user table to UUID primary keys
A-N204
Refactor retry_logic to exponential backoff
7m
A-N198
Wire OAuth token refresh on 401
22m
A-N211
Migrate user table to UUID primary keys
3m
A-N371
Per-arch + beta-channel update manifests
ed8b9791h ago
PR #24
A-N109
Full Linux release channel (AppImage + auto-update)
c32e0f41h ago
PR #21
A-N212
Cache intent-recent + commit index for fast load
a14f58912m ago
Proven · 3/3 checks
A-N373
Fix Gemini model-switch no-op (brain_override)
593781040m ago
Proven · 4/4 checks
A-N365
Parallelize crew with git-worktree --jobs
1h ago
Couldn't finish
A-N324
Auto-prove on every build
2h ago
Couldn't finish

Ship with proof, not hope

Free public beta for macOS and Linux. Point it at a repo and drive every agent you already use.