0fd931d6a9
Two root causes: 1. Git skip check used C:\BuildTools\Git but Git installs to C:\Program Files\Git (default). Changed $gitDir to correct path. 2. 7-Zip MSI does not register in system PATH. Registry refresh (GetEnvironmentVariable Machine+User) was picking up empty result. Fixed: inject sevenZipDir directly into $env:PATH if not present. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>