Skip to content

Release v0.10.4#164

Merged
omkhar merged 4 commits intomainfrom
codex/release-v0.10.4
Apr 25, 2026
Merged

Release v0.10.4#164
omkhar merged 4 commits intomainfrom
codex/release-v0.10.4

Conversation

@omkhar
Copy link
Copy Markdown
Owner

@omkhar omkhar commented Apr 25, 2026

Prepare Workcell v0.10.4 with release notes, refreshed upstream pins, and repo publication wrapper fixes.

@omkhar omkhar marked this pull request as ready for review April 25, 2026 15:24
@omkhar
Copy link
Copy Markdown
Owner Author

omkhar commented Apr 25, 2026

Single-maintainer release approval for v0.10.4 on 2026-04-25T15:24:45Z.

Reviewed head SHA: ea16139
Path used: signed commits, local pr-parity evidence, hosted CI/docs/security checks, comment sweeps after publish/green/ready, and single-maintainer merge because no second approver is configured.
PR merge path: normal merge unless branch protection requires an explicit maintainer-admin merge after the same green checks and clean review surfaces.
If the release workflow later waits on the release environment, I will record that self-review publicly with the workflow run URL and timestamp.

@omkhar omkhar merged commit a02c804 into main Apr 25, 2026
15 checks passed
@omkhar omkhar deleted the codex/release-v0.10.4 branch April 25, 2026 15:25
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

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: ea161399db

ℹ️ 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/workcell
Comment on lines +3703 to +3704
if [[ "${current_branch}" == "${branch}" ]] || publish_pr_branch_exists "${resolved_workspace}" "${branch}"; then
publish_existing_commits=1
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 Restrict existing-commit mode to checked-out branch

Allowing publish_existing_commits=1 when any local branch exists (not just the current branch) lets repo-publish-pr.sh validate PR-parity against one tree and publish a different one: the wrapper computes parity from the currently checked-out workspace, then publish-pr can switch to another clean branch and push it. In practice, running the wrapper from main can still pass parity checks and publish an existing feature branch without proving parity for that branch’s tree, which violates the wrapper’s “tree being published” guarantee.

Useful? React with 👍 / 👎.

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