chore: Bump 7-Zip 24.07→26.01, Git 2.47→2.54 across docs + setup

Setup-WinBuild2025.ps1: default SevenZipVersion '24.07' → '26.01'
TODO.md: Tier-1 table + bullet list updated to current versions
TEST-PLAN: expected version strings and checklist updated

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone
2026-05-10 22:32:26 +02:00
parent 8b3823838d
commit 6b2a23b8f9
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -721,7 +721,7 @@ if (Test-Path 'C:\Program Files\7-Zip\7z.exe') {
```powershell
# 1. Verify Git is installed and in PATH
git --version
# Expected: git version 2.47.0.windows.1 (or later)
# Expected: git version 2.54.0.windows.1 (or later)
# 2. Verify Git can clone
git clone --depth 1 https://github.com/git-for-windows/git.git C:\Temp\git-test
@@ -815,8 +815,8 @@ $testGroups | ForEach-Object {
- [ ] _Common.psm1 imported by all relevant scripts
- [ ] PSScriptAnalyzer finds no critical violations
- [ ] BEST-PRACTICES.md §2.1 documents threat model clearly
- [x] Git for Windows (v2.47.0+) installed in template, in PATH (§6.6)
- [x] 7-Zip (v24.07+) installed in template, in PATH (§6.6)
- [x] Git for Windows (v2.54.0+) installed in template, in PATH (§6.6)
- [x] 7-Zip (v26.01+) installed in template, in PATH (§6.6)
- [x] Final pre-snapshot gate validates git + 7z availability (§6.6)
---