Skip to content

scriveno 3.5.0

Choose a tag to compare

@hannsxpeter hannsxpeter released this 22 Jun 21:46
· 9 commits to main since this release

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 --silent and --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_commit stub, folded into autosave.

Command count 124 -> 125. release:check green (2114 tests).