Parent PRD
#1
What to build
Add a --dry-run CLI flag that lets the user validate the full pipeline without side effects.
Behavior:
- Runs the full loop including agent selection, worktree creation, implementation, and review
- Skips: git push, PR creation/submission, and marking the task as in-progress or done on the remote source
- Useful for validating the full pipeline without side effects
- Logs clearly indicate "[DRY RUN]" when skipping actions
Acceptance criteria
Blocked by
User stories addressed
Parent PRD
#1
What to build
Add a
--dry-runCLI flag that lets the user validate the full pipeline without side effects.Behavior:
Acceptance criteria
--dry-runruns choose, implement, review but skips push/PR/state marking--dry-runlogs clearly indicate skipped actionscargo clippyandcargo fmtpassBlocked by
User stories addressed