OpenClaw npm dependencies require git. Add check/install via
winget or choco, with fallback to git-scm.com manual download.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace exit 1 with Read-Host + return so users can read
the error message before the window closes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- install-windows.ps1: install Node.js via winget/choco (fallback
to nodejs.cn manual download), then npm install openclaw. No WSL.
- configure-aws-bedrock.ps1: full native PowerShell port with
SecureString input, user-level env vars, config backup.
- README: update Windows instructions to reflect native install.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>