Merged
Conversation
Co-authored-by: szmyty <14865041+szmyty@users.noreply.github.com> Agent-Logs-Url: https://github.com/egohygiene/renderflow/sessions/8d779461-0b58-4f17-9e01-3fef6657cbd8
Copilot
AI
changed the title
[WIP] Add dry-run mode for pipeline execution
Add Mar 23, 2026
--dry-run mode to renderflow build
szmyty
approved these changes
Mar 23, 2026
Pull Request Summary by devActivityMetricsAchievements
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pipeline execution had no way to preview behavior without side effects — no safe way to validate config or debug output paths before committing a full build.
Changes
src/cli.rs— Adds--dry-runflag to theBuildsubcommandsrc/main.rs— Threadsdry_runintocommands::build::run()src/commands/build.rs— Core dry-run logic:ensure_output_dir()— no directories createdselect_strategy()/pipeline.run_steps()— pandoc never invoked[dry-run] Would render <format> output to: <path>per format✔ Dry-run complete — no output writtenrenderflow/cli.py— Adds--dry-runTyper option with appropriate outputtests/test_cli.py/src/commands/build.rstests — Coverage for success path, no-file-creation guarantee, and config error propagation in dry-run modeUsage
Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.