Section 4 of 4 — main.py CLI Changes + Testing Strategy
# Current usage: python main.py "Build a todo app" # New optional flags: python main.py "Build a todo app" --pipeline ai-feature python main.py "Fix the login bug" --pipeline ai-fix python main.py --list-pipelines # show available pipelines/ # Default (no --pipeline flag): # uses pipelines/ai-feature.yaml if it exists, # else falls back to built-in feature pipeline