fix: restore gate_summary/rollback_version lost in PR #121 merge - #124
Conversation
There was a problem hiding this comment.
💡 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".
| { | ||
| "name": "@bash0816/codex-termux", | ||
| "version": "0.144.4", | ||
| "version": "0.144.3", |
There was a problem hiding this comment.
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>
5dd67bb to
82a1760
Compare
PR #121のマージ時、automation/codex-0.144.4ブランチが古い状態から分岐していたため、PR #123で修正したgate_summary・rollback_versionが古い値に巻き戻った。mainのdrift checkが現在失敗している緊急修正。
修正内容:
検証済み: