Preview or staged runs the workflow but does not write results anywhere. Review mode is more useful: it saves proposed changes in a review repository without changing the target repository.
Use two output modes:
- Review: run automatically and save proposals in the review repository without changing the target.
- Live: apply changes to an explicitly authorized target repository.
Remove preview, staged, and preview_only. Default packages to review.
Stopping a package should use a separate kill switch, not an output mode.
Acceptance criteria
- Installed packages are immediately runnable.
review is the default mode.
- Only
review and live are supported.
live writes require target authorization.
review never changes the target.
- Package disabling remains a separate control.
Preview or
stagedruns the workflow but does not write results anywhere. Review mode is more useful: it saves proposed changes in a review repository without changing the target repository.Use two output modes:
Remove
preview,staged, andpreview_only. Default packages toreview.Stopping a package should use a separate kill switch, not an output mode.
Acceptance criteria
reviewis the default mode.reviewandliveare supported.livewrites require target authorization.reviewnever changes the target.