Title: ⚡ Add dry-run mode for pipeline execution
Description
Add a mode that simulates execution without actually running commands.
Goals
- Allow users to preview pipeline behavior
- Improve safety and debugging
Requirements
renderflow build --dry-run
- Behavior:
- log what would happen
- do NOT execute commands
- do NOT create files
Acceptance Criteria