The PowerShell bootstrap installer (scripts/install.ps1) is syntax-validated by the PowerShell parser in CI but has never been executed end-to-end. Add a manual-dispatch workflow job on a windows-2025 runner that downloads the published release assets and runs install.ps1 against a temp LOCALAPPDATA, then runs peeper doctor --json. Cover: manifest + SHA256SUMS verification, pack download/verification, Expand-Archive staging, atomic activation, user PATH persistence idempotence. Related: #102, #120.
The PowerShell bootstrap installer (scripts/install.ps1) is syntax-validated by the PowerShell parser in CI but has never been executed end-to-end. Add a manual-dispatch workflow job on a windows-2025 runner that downloads the published release assets and runs install.ps1 against a temp LOCALAPPDATA, then runs peeper doctor --json. Cover: manifest + SHA256SUMS verification, pack download/verification, Expand-Archive staging, atomic activation, user PATH persistence idempotence. Related: #102, #120.