b8d124a2b2
CI / build (pull_request) Has been cancelled
Mirror of github main + this script fix. PowerShell with ErrorActionPreference=Stop was treating git's CRLF / 'remote: Processed N references' stderr lines as script-fatal errors, aborting the sync mid-flight. Switched to Continue + manual exit-code checks, drained stderr on each git call, and disabled core.autocrlf in the throwaway clone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>