01 You opened the PR. Neon helps it land.
Put a PR on Autopilot and Neon watches it for new feedback, failing checks, and a branch that has fallen behind, then chases all-green: CI failures, merge gates, routine review nits. Each one gets a continuing owner and a managed worktree that stay with it to merge. When a reviewer raises a real architectural flag, it hands that back to you instead of winging a fix. You decide how much rope it gets, and raising that takes an explicit confirmation.
Notify
Watches the PR and pings you when something needs eyes. Changes nothing on its own.
notify-only
Prepare
Diagnoses the failure and writes a fix in a managed worktree, left for you to inspect.
prepare-only
Approve
Prepares the fix and waits for your explicit sign-off before it touches the PR.
autofix-with-approval
Auto-deliver
Delivers on its own when checks and delivery guards pass. Never force-pushes.
autofix-push-when-safe