Blitz Merge Resolve all open bugs in parallel, get PRs review-clean, then squash-merge them one by one. Workflow Phase 1: Fix Bugs (same as bug-blitz) 1.1 Fetch Bugs First, determine the current project by calling and matching the current repository name against the project list. If no matching Transit project is found, inform the user and stop. Then query Transit for all bug-type tasks in "idea" status, filtered by the matched project: If no bugs are found, inform the user and stop. Present the list of bugs to the user with their references and names. Ask for confirmation before proceeding.…