Skip to content

fix(release): close the 6.0.0 publication record - #92

Merged
hannsxpeter merged 2 commits into
mainfrom
codex/6.0.0-release-evidence
Aug 18, 2026
Merged

fix(release): close the 6.0.0 publication record#92
hannsxpeter merged 2 commits into
mainfrom
codex/6.0.0-release-evidence

Conversation

@hannsxpeter

Copy link
Copy Markdown
Owner

Summary

  • retry npm exact-version reads for up to 120 seconds before failing pair verification
  • record pull-request CI, merged-main CI, tag identity, provenance publication, recovery promotion, registry integrity, and isolated consumer verification
  • refresh authoritative deploy, observe, launch, sync, Pillars, checkpoint, and release documentation

Publication outcome

Both immutable 6.0.0 packages were published with npm provenance under release-6-0-0. Registry propagation delayed the first exact-version read, so the recovery path verified both versions and promoted MCP first and root second without republishing. Both latest tags now resolve to 6.0.0.

Validation

  • npm run lint: 34 checks
  • npm test -- --agent-output: 114 commands, 3,113 checks
  • scripts/test-pillars.js: 14 checks
  • scripts/test-checkpoint.js: 20 checks
  • self-project truth: 140 checks
  • pre-publication gate: pass
  • isolated godpowers@6.0.0 install: pass
  • @godpowers/mcp@6.0.0 executable: pass

@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: 1fd71e46a5

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

[[ "$(npm view "@godpowers/mcp@$version" version)" == "$version" ]]
verify_exact_version() {
package_spec="$1"
for attempt in {1..12}; do

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include the final poll in the 120-second retry window

When an npm version becomes visible between 110 and 120 seconds after publication, this loop still fails the workflow despite the newly documented 120-second retry allowance: the 12 checks occur initially and after only 11 ten-second sleeps, at approximately 0 through 110 seconds. Add a thirteenth check or otherwise use an elapsed-time deadline so propagation during the last advertised interval can be detected.

Useful? React with 👍 / 👎.

@hannsxpeter
hannsxpeter merged commit ee7a9bd into main Aug 18, 2026
4 checks passed
@hannsxpeter
hannsxpeter deleted the codex/6.0.0-release-evidence branch August 18, 2026 04:11
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.

1 participant