c10c79d4f4
Two bugs: 1. Run-Test used '& $orchestrator @params' without Out-Host — orchestrator output collected in function pipeline, mixed with returned hashtable → caller received array instead of hashtable → .Success property lookup threw under StrictMode. Fix: pipe to Out-Host. 2. RepoUrl was ssh://gitea-ci/... (SSH config alias) — alias exists only on host SSH config, not in guest VM. Guest-side clone (§3.3) needs HTTP URL directly reachable from inside the VM. Fix: separate -HostRepoUrl / -GuestRepoUrl params, inject per mode. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>