Skip to content

chore(release): realign develop with main after the #673 promotion - #674

Closed
beyondnetPeru wants to merge 1 commit into
developfrom
main
Closed

chore(release): realign develop with main after the #673 promotion#674
beyondnetPeru wants to merge 1 commit into
developfrom
main

Conversation

@beyondnetPeru

Copy link
Copy Markdown
Contributor

Pull Request Summary

Sync-back after the #673 promotion. Zero file changesgit diff develop..main is empty. The single commit is the merge node GitHub created on main when #673 landed.

Without it, develop sits one commit behind main and every branch cut from it starts behind too. This is phase 2 of the pre-push release macro, done as a PR because develop is protected — the same step as #671 and as db596547 before it.

With this merged, both branches of this repository converge and the BeyondNetCode organisation is fully in sync: beyondnetcode/ums already has main and develop on the same commit, with no divergence in either direction.

Before you submit

Linked ADRs / Issues

What the reviewer should know

Nothing here changes a line, so any red check belongs to the branch state rather than to this change — the case the PR template calls "ours, not yours".

One thing worth noting for the next cycle: this is the third realignment PR in a row, because every promotion leaves develop one merge node behind. The pre-push macro was written to do both phases in one go, but branch protection on develop and main means the push path it takes cannot apply here. Either the macro learns to open PRs, or these follow-ups stay manual — worth choosing on purpose.

🤖 Generated with Claude Code

chore(release): promote develop to main — repair the agent-runtime image build

main could not build the agent-runtime image: the OPA download used BusyBox wget,
which exits 0 without writing the file when the URL redirects to another host.
Replaced with curl -fsSL plus test -s, verified by building the image — opa reports
Version 1.19.0 from an ELF binary.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

📊 Bilingual Coverage Impact

PR Changes

  • Paired EN/ES files modified: 0
  • New EN files needing ES translation: 0

Repository Coverage

Metric Value
Total EN files 527
Total ES files 497
Paired files 0
Coverage 0%

Good: All EN changes have ES counterparts.


Generated by GitHub Actions

@beyondnetPeru

Copy link
Copy Markdown
Contributor Author

Superseded by #677: the promotion from develop carries the real fix for the agent-runtime image build (mkdir -p .harness/bin — the destination directory is gitignored and absent on a clean checkout), so main will be repaired directly rather than synced back from a main that still cannot build.

The red Build & Push Services (GHCR) check on this PR was TRUE about main, not stale — which is why it was not merged. A fresh sync-back will follow #677.

beyondnetPeru added a commit that referenced this pull request Sep 1, 2026
chore(release): realign develop with main after the #673 and #677 promotions

Zero file changes; both commits are the merge nodes GitHub created on main. Two
rather than one because #674 was closed instead of merged — its red image-build
check was true about a main that genuinely could not build.
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