For AI-generated repo work you do not want to run blind

Approve AI-generated repo work before anything runs.

ApproveOnce is a local approval-and-execution layer for AI coding work. It turns “the model wants to do something” into one sealed plan you inspect first, approve once, run locally in isolation, and verify afterward.

Refactors

See the repo change before it lands

When AI wants to touch real files across the repo and you want the exact plan first.

Local commands

No hidden shell steps

When execution matters and you do not want surprise installs, extra scripts, or vague runtime behavior.

Trust-sensitive work

A stricter boundary than careful prompting

When silent repo mutation is the risk and personal discipline alone is not a strong enough operating rule.

What it is actually for

Not more autonomy. More explicit control.

ApproveOnce is for the moment an AI coding tool wants to do real work in your repo, but you do not want to trust it with silent execution. The wedge is review-before-mutation.

Instead of Prompt the model, hope it behaves, and reconstruct what happened after the fact.
You get One sealed plan, one explicit approval, one isolated local run, and one proof trail you can inspect afterward.
Best fit Founders and power users already using AI coding tools who do not want repo mutation to depend on caution alone.