Advisor — an opt-in "deputy" reviewer for --auto runs
A second model reviews each --auto agent run against the ticket's contract (between runs, never mid-run), re-dispatches corrections when the agent drifts, and escalates to Needs Input after maxNudges ignored corrections — or on an unsafe / unconverged run. Opt-in, off by default, --auto only. Reuses beflow's existing rework and escalation paths; distinct from the post-PR review gate.
Enable it (see docs/advisor.md):
"advisor": { "enabled": true, "agents": ["your-reviewer-agent"], "maxNudges": 3 }Full changelog: v0.2.3...v0.2.4