f0a94b86b3
The blind -X -> --x shims forwarded PowerShell common parameters (-ErrorAction, -Verbose, ...) to the Python CLI, e.g. Measure-CIBenchmark.ps1 -> Remove-BuildVM.ps1 -ErrorAction SilentlyContinue produced `ci_orchestrator vm remove --error-action` -> "No such option" -> destroy failed (orphan VM left). Skip common switches and consume value-taking ones. Applied to all 7 blind-loop shims; param-style shims (New-BuildVM, Invoke-RemoteBuild, Get-BuildArtifacts) are not affected. PSSA clean. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>