release: prime-sandboxes 0.2.29#778
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bb01fb1af5
ℹ️ 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".
| @@ -0,0 +1 @@ | |||
| {"source": "a/app-a:v1", "platform": "linux/amd64"} | |||
There was a problem hiding this comment.
Remove the stray file that triggers the Prime release
This generated failure manifest lives under packages/prime, so a sandboxes-only release commit will also match the Prime CLI release workflow's packages/prime/** push filter (.github/workflows/release-prime.yml lines 3-8). That workflow then reads the unchanged Prime CLI version and creates/builds/publishes v<that version> if the tag is missing (release-prime.yml lines 33-38 and 80-106), so this unrelated file can launch an unintended Prime release path; it should be removed from the commit.
Useful? React with 👍 / 👎.
Note
Low Risk
No runtime or API changes in the diff—only the package version string.
Overview
Bumps the prime-sandboxes package release version from 0.2.28 to 0.2.29 by updating
__version__inprime_sandboxes/__init__.py(the single source used by Hatch for the published wheel).Reviewed by Cursor Bugbot for commit 0ab4c76. Bugbot is set up for automated code reviews on this repo. Configure here.