Incident pages
June 12, 2026 · View on GitHub
One short page per real-world failure mode, titled in the words you'd actually search right after it happened. Each page tells the story in plain language, gives the one command that catches that failure (with its real output), states honestly what the verdict does not certify, and points onward.
If you're not arriving from an incident, start at the README or the five-minute quickstart instead.
| It just happened | The command that catches it |
|---|---|
| "My agent said it committed, but there's no commit" | dos verify |
| "The AI wrote tests that test nothing" / faked a green run | dos commit-audit |
| "My agent loop ran all night, said 'making progress', and landed nothing" | dos liveness / dos productivity / dos efficiency |
| "Two agents overwrote each other's work" | dos arbitrate |