v1.25.0 — auto-drive on by default
Auto-drive is now the default.
parley runauto-drives by default. After round-01 the protocol now
advances automatically — cross-review rounds, consensus draft, signoff
requests, and finalize — without you running the next step. Pass--no-auto
to opt out (stop after round-01 and advance manually). The flipped flag also
governs the launch prompt: a default run launches and drives unattended, while
--no-auto(without--yes) restores the pre-launch confirmation.- Auto-drive now runs inside the TUI. Previously the driver only ran on the
--no-tuipath, so a TUI run stalled at round-01. The driver now runs in the
background while the live TUI shows it advancing (its output is discarded so it
never corrupts the render; quitting the TUI stops it). - Code-mutation stays gated. The implementation/fix-up phases (Phase 5–8) are
still only auto-driven when the idea opts in viaauto_implement; flipping the
auto default does not auto-write code.--no-implementstill stops the driver
atFINAL.md. parley continueis unchanged: it still prints the next action by default and
executes it only with--auto.