fix: wire self-hosted release entrypoints - #21
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 006a0ae7c2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wires the missing stable package entrypoints for the SkillWire Self-Hosted v0.2.0 release contract while preserving the signed-production trust boundary.
Public commands
pnpm build:self-hosted <payload-root> <output-directory> <amd64|arm64>maps directly to the reviewed deterministic archive/manifest builder. It emits only the unsigned canonical payload and never signs or publishes.pnpm verify:self-hosted --manifest ... --bundle ... --archive ... --policy ... --trusted-root ... --cosign ... --architecture ...maps directly to the complete published-release verifier. It requires canonical manifest bytes, Sigstore Bundle v0.3 evidence, policy-pinned TrustedRoot/Cosign, exact signer claims, archive identity and safe extraction, payload inventory, digest-pinned images, Compose policy, catalog/advisory integrity, and Feature 003 package integrity.The protected release workflow and normative quickstart, release/recovery contract, and distribution README now use these same entrypoints. There is no local signing, ambient credential use, unsigned production installation, trust bypass, or mutable online verification dependency.
Validation
f4e2e1cca7b4c99d41d585d2816b44b4203297ad15809e3c1b87bedb8b6e805egit diff --checkpassedRelease boundary
T161 remains unchecked and pending the external immutable release ceremony. This PR does not create
self-hosted-v0.2.0, a GitHub release, a signature, or a production release asset. The release workflow does not run or publish on pull-request events.