safety
Observe mode first, always
The most common question we get about autonomous fixing is also the best one: what stops it from breaking my repository? The honest answer is that nothing should have to stop it, because it should never have started with write access.
Every Agent Zero run begins in observe mode. It can read the checkout, reproduce the problem, and run the repository's own checks — and it reports what it found and what it would change. Nothing touches a file until fix mode is enabled in repository policy, reviewed and merged like any other change to your codebase.
That ordering matters more than any individual safeguard. A reviewer who has seen a week of observe-mode reports knows exactly what the agent would have done with write access, before it ever has it. Trust is earned from evidence, not asserted by a changelog.
What a first week looks like
Point it at a backlog of stale review comments. Let it validate each one against the actual checkout: some it will confirm with cited evidence, some it will reject with the reasons listed, some it will mark inconclusive for a human. At the end of the week you have a triaged backlog and a decision to make — and by then it's an informed one.