Completed state
SightAdapt currently maintains one binary format: the self-contained Windows x64 portable ZIP. The maintained producer contexts are:
github-actions-artifact;
local-portable-zip.
Both are registered in release/distribution-channels.json and must use tools/new-verified-release-package.ps1.
GitHub Releases, installers, store packages and official mirrors are planned/inactive channels. They are not part of the current maintained distribution scope and cannot be activated without using the reusable final-package gate.
Required package bundle
Every maintained portable ZIP includes, at package root:
LICENSE.txt;
THIRD-PARTY-NOTICES.txt;
DOTNET-LICENSE-NOTICE.txt;
DOTNET-NOTICE-METADATA.json;
MICROSOFT-DOTNET-REDISTRIBUTION.txt;
THIRD-PARTY-NAMES-AND-DRM-NOTICE.txt;
DEPENDENCIES.md;
SBOM.spdx.json;
LICENSE-REPORT.json;
PRIVACY.md;
SightAdapt.exe and mapped loose runtime binaries.
The legal and privacy files are readable without running the application.
Enforcement
release/required-files.txt is the canonical manifest.
new-verified-release-package.ps1 creates the ZIP and invokes all final validators.
- Every staged path must exist in the ZIP.
- No unexpected path may be added.
- Every staged file SHA-256 must equal the corresponding ZIP entry SHA-256.
- The verified ZIP and schema-3 compliance report are retained together.
- A planned channel is rejected until activated in the channel registry.
Acceptance criteria
Implementation
PR #144, merged as e5ce7c1d44af152b480173f303fb7a4b41c01b75.
GitHub Actions run 30544829871 produced a passing portable ZIP and schema-3 report with 17 staged/archive SHA-256 matches.
Re-review triggers
Reopen or create the channel-specific implementation when adding GitHub Releases, an installer, a store package or an official mirror. The new channel must define its final installed/unpacked tree, activate the registry entry, invoke the reusable gate and retain the verified artifact/report.
Completed state
SightAdapt currently maintains one binary format: the self-contained Windows x64 portable ZIP. The maintained producer contexts are:
github-actions-artifact;local-portable-zip.Both are registered in
release/distribution-channels.jsonand must usetools/new-verified-release-package.ps1.GitHub Releases, installers, store packages and official mirrors are planned/inactive channels. They are not part of the current maintained distribution scope and cannot be activated without using the reusable final-package gate.
Required package bundle
Every maintained portable ZIP includes, at package root:
LICENSE.txt;THIRD-PARTY-NOTICES.txt;DOTNET-LICENSE-NOTICE.txt;DOTNET-NOTICE-METADATA.json;MICROSOFT-DOTNET-REDISTRIBUTION.txt;THIRD-PARTY-NAMES-AND-DRM-NOTICE.txt;DEPENDENCIES.md;SBOM.spdx.json;LICENSE-REPORT.json;PRIVACY.md;SightAdapt.exeand mapped loose runtime binaries.The legal and privacy files are readable without running the application.
Enforcement
release/required-files.txtis the canonical manifest.new-verified-release-package.ps1creates the ZIP and invokes all final validators.Acceptance criteria
DEPENDENCIES.md, SBOM and license report.PRIVACY.md.Implementation
PR #144, merged as
e5ce7c1d44af152b480173f303fb7a4b41c01b75.GitHub Actions run
30544829871produced a passing portable ZIP and schema-3 report with 17 staged/archive SHA-256 matches.Re-review triggers
Reopen or create the channel-specific implementation when adding GitHub Releases, an installer, a store package or an official mirror. The new channel must define its final installed/unpacked tree, activate the registry entry, invoke the reusable gate and retain the verified artifact/report.