Self-healing repos
Give Orbit failing tests or lint issues and require proof before a task is marked complete.
Orbit turns agent work into bounded, validated, auditable loops: one task, real checks, durable artifacts, and a progress trail humans can review.
The deterministic replay demo needs no API key. It shows Orbit selecting a task, running an agent path, validating the result, and recording the evidence.
git clone https://github.com/human-again/orbit
cd orbit
python -m venv .venv
.venv/bin/pip install pytest pillow
MOCK=1 ./replay.sh auth-rescue
Orbit records the evidence that matters: what the agent returned, what validation proved, how the run scored, and what changed next.
agent-result.json
Structured status, changed files, notes, and raw agent output.
evaluation.json
Rubric scoring for task focus, completion, diff signal, and validation.
review.json
Accept, iterate, or stop recommendation for the completed orbit.
progress.md
Human-readable mission log with validation status and next steps.
Give Orbit failing tests or lint issues and require proof before a task is marked complete.
Break work into dependency-ordered tasks and let the harness advance one verified orbit at a time.
Swap coding agents behind the same contract and compare artifacts instead of anecdotes.
Orbit is intentionally small. The best contributions make the harness easier to verify, easier to replay, or easier to connect to another coding-agent workflow.