Skip to content

Cut Reclaim11 kit v11 - #117

Merged
usrname1git merged 1 commit into
mainfrom
reclaim11-v11-release
Sep 10, 2026
Merged

Cut Reclaim11 kit v11#117
usrname1git merged 1 commit into
mainfrom
reclaim11-v11-release

Conversation

@usrname1git

Copy link
Copy Markdown
Owner

Summary

New kit drop. Does not edit the v10 release or tag.

  • catalog.json kit_version 11
  • Default ISO C:\Reclaim11\Reclaim11-WinPE-v11.iso, zip Reclaim11-kit-v11.zip
  • README GitHub release link + attach v11
  • PREP still finds leftover v10/v9/… ISOs, but want is v11
  • Test-Reclaim11 pins updated

Built on this desk: New-Reclaim11KitZip.ps1 → 285838 bytes, sha256 6d312fdbeccbe65c9c1f2ce9812c278db732e2c21ec454f48a7e0e7ecda1fc86. Zip has catalog v11, no GodBrain leak.

Test-Reclaim11.ps1 refuses this IoT host (VM-only). Full suite belongs on a VM.

Test plan

  • Kit zip + sha256 + catalog v11 + no Start-GodBrain in zip
  • Test-Reclaim11.ps1 on a VM
  • PREP MEDIA on VM builds/attaches v11 ISO

Bump kit_version, default ISO/zip names, PREP want-path, README release links, and Test-Reclaim11 pins. Keep older ISOs as fallbacks; do not promote them over v11 by mtime. Do not retag v10.
Copilot AI lite review requested due to automatic review settings September 10, 2026 08:46
@usrname1git
usrname1git merged commit 9880876 into main Sep 10, 2026
@usrname1git
usrname1git deleted the reclaim11-v11-release branch September 10, 2026 08:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The changes are a straightforward, consistent v10→v11 version cut across tests/scripts/docs, with only a minor maintainability nit noted.

Pull request overview

Updates the Reclaim11 released kit from v10 → v11 across the kit catalog, build scripts, PREP ISO selection, and documentation, keeping the repo’s Reclaim11 “released kit” surface in sync with the new drop.

Changes:

  • Bump Reclaim11 kit version to 11 in catalog.json and update Test-Reclaim11.ps1 assertions accordingly.
  • Update WinPE ISO + kit zip default filenames/paths to v11 in the builder scripts and PREP ISO lookup order.
  • Refresh README references (release tag, filenames, and “attach v11” instructions) to match the new kit.
File summaries
File Description
scripts/Test-Reclaim11.ps1 Updates test pinning for v11 ISO naming and kit_version expectations.
scripts/New-Reclaim11WinPeIso.ps1 Changes default output ISO name to Reclaim11-WinPE-v11.iso.
scripts/New-Reclaim11KitZip.ps1 Changes default output zip name to Reclaim11-kit-v11.zip.
README.md Updates repo “released kit” map entry to v11.
godbrain_core/reclaim11/README.md Updates release link/tag and v11 ISO/attach instructions.
godbrain_core/reclaim11/ps1/Reclaim11.ps1 Prefers v11 ISO while still allowing fallback to older ISOs.
godbrain_core/reclaim11/catalog.json Bumps kit_version to "11".
Review details
  • Files reviewed: 7/7 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 5 to 9
param(
[string]$RepoRoot = $PSScriptRoot,
[string]$OutZip = "C:\nvme\reclaim11\Reclaim11-kit-v10.zip"
[string]$OutZip = "C:\nvme\reclaim11\Reclaim11-kit-v11.zip"
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants