Skip to content

Add a verified release gate - #49

Merged
itsjling merged 1 commit into
mainfrom
codex/issue-039-verified-release
Jul 31, 2026
Merged

Add a verified release gate#49
itsjling merged 1 commit into
mainfrom
codex/issue-039-verified-release

Conversation

@itsjling

@itsjling itsjling commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Closes #39.

Summary

  • run the full product gate before versioning or publishing
  • inspect the packed file list and test the installed tarball as a real consumer
  • publish through a protected trusted-publishing workflow with npm provenance
  • document release proof, failure recovery, and the current audit state

Stack

Base: codex/issue-018-ci-product-gate (PR #47).

This PR should land after #47 so releases use the shared product gate.

Verification

  • corepack npm@11.5.1 run check
  • npx fallow audit --base codex/issue-018-ci-product-gate
  • release workflow YAML parse

Scope

No package was published and no version or tag was created.

Stack

  1. Add a clean-checkout product gate #41
  2. Run the full product gate on every pull request #47
  3. Add a verified release gate #49 👈 current

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: de619df52e

ℹ️ 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".

Comment thread scripts/release.mjs Outdated
Comment thread scripts/release.mjs Outdated
Comment thread scripts/check.mjs
@itsjling
itsjling force-pushed the codex/issue-039-verified-release branch from de619df to 0c0cf3a Compare July 30, 2026 16:19
@itsjling
itsjling force-pushed the codex/issue-018-ci-product-gate branch from 3b26c48 to 047be18 Compare July 30, 2026 16:33
@itsjling
itsjling force-pushed the codex/issue-039-verified-release branch from 0c0cf3a to aa545e3 Compare July 30, 2026 16:43
@itsjling

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aa545e3c43

ℹ️ 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".

Comment thread .github/workflows/release.yml
Comment thread scripts/check.mjs Outdated
@itsjling
itsjling force-pushed the codex/issue-039-verified-release branch from aa545e3 to 592c33c Compare July 30, 2026 17:04
@itsjling
itsjling changed the base branch from codex/issue-018-ci-product-gate to main July 31, 2026 03:16
@itsjling
itsjling merged commit 87e2baa into main Jul 31, 2026
3 checks passed
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.

Publish only verified packages

1 participant