Clean Gone Branches Delete local branches whose remote tracking branch has been deleted, including any associated worktrees. Workflow Step 1: Discover gone branches Run the discovery script to fetch the latest remote state and identify gone branches: scripts/clean-gone The script runs first, then parses for branches marked . If the script outputs , report that no stale branches were found and stop. Step 2: Present branches and ask for confirmation Show the user the list of branches that will be deleted. Format as a simple list: Wait for the user's answer using the platform's blocking question…