scriveno 3.5.0
Per-unit cycle command and opt-in autosave.
- /scr:cycle N (new): runs one unit through the full pipeline -- discuss, plan, draft, editor-review, line-edit, submit, save. Guided by default (pause after each prose stage for approve/revise/stop), with
--silentand--from <stage>. The single-unit counterpart to /scr:autopilot, and the only pipeline command that ends with a save. - autosave config block (
enabled,after: unit|stage), off by default, toggled via /scr:settings. When on, /scr:cycle, /scr:autopilot, /scr:draft, /scr:editor-review, /scr:line-edit, and /scr:submit auto-invoke the deterministic /scr:save at the chosen checkpoint. The one opt-in exception to the manual-save gate; portable across runtimes. - Retired the dead
git.auto_commitstub, folded into autosave.
Command count 124 -> 125. release:check green (2114 tests).