Skip to content

fix: restore gate_summary/rollback_version lost in PR #121 merge - #124

Merged
bash0816 merged 1 commit into
mainfrom
fix/manifest-regression-0144
Jul 15, 2026
Merged

fix: restore gate_summary/rollback_version lost in PR #121 merge#124
bash0816 merged 1 commit into
mainfrom
fix/manifest-regression-0144

Conversation

@bash0816

Copy link
Copy Markdown
Owner

PR #121のマージ時、automation/codex-0.144.4ブランチが古い状態から分岐していたため、PR #123で修正したgate_summary・rollback_versionが古い値に巻き戻った。mainのdrift checkが現在失敗している緊急修正。

修正内容:

  • gate_summary: "0.144.1 published as @latest. Build run 29071408896." → "0.144.3 published as @latest. Build run 29282002840."
  • rollback_version: "0.143.0" → "0.144.1"

検証済み:

  • node scripts/sync-public-release-from-manifest.js --check で exit 0 確認
  • 他のmanifestフィールドは変更なし

@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: 332e186c40

ℹ️ 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 packages/codex-termux/package.json Outdated
{
"name": "@bash0816/codex-termux",
"version": "0.144.4",
"version": "0.144.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep package.json on the candidate version

In the ready_to_publish state the root manifest still advertises latest_candidate_version as 0.144.4, but this line now makes the tarball version 0.144.3. The npm package workflow runs node ../../scripts/check-public-release-skeleton.js in its Manifest / README drift check (.github/workflows/npm-package.yml:74-75), and that script requires manifest.latest_candidate_version === pkg.version; with this commit it fails with manifest candidate version does not match package.json, blocking candidate verification/publishing for 0.144.4.

Useful? React with 👍 / 👎.

…ifest fields only, no regeneration)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@bash0816
bash0816 force-pushed the fix/manifest-regression-0144 branch from 5dd67bb to 82a1760 Compare July 15, 2026 01:57
@bash0816
bash0816 merged commit f7e01d0 into main Jul 15, 2026
3 checks passed
@bash0816
bash0816 deleted the fix/manifest-regression-0144 branch July 15, 2026 02:00
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