Skip to content

chore(release): realign develop with main after the #673 and #677 promotions - #678

Merged
beyondnetPeru merged 2 commits into
developfrom
main
Sep 1, 2026
Merged

chore(release): realign develop with main after the #673 and #677 promotions#678
beyondnetPeru merged 2 commits into
developfrom
main

Conversation

@beyondnetPeru

Copy link
Copy Markdown
Contributor

Pull Request Summary

Sync-back after two promotions. Zero file changesgit diff develop..main is empty; both commits are the merge nodes GitHub created on main when #673 and #677 landed.

Two rather than one because #674 — the sync-back after #673 — was closed instead of merged: its red Build & Push Services (GHCR) was true about main, which genuinely could not build the agent-runtime image at the time. Promoting the real fix repaired main directly and made that PR obsolete. This one collects both merge nodes.

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.

Before you submit

  • Sign-off (DCO): the only commits are GitHub-generated merge nodes; there is nothing authored here to sign.
  • Conventional Commits: title follows the convention, matching db596547.
  • Agnosticism: no content change at all.
  • Bilingual: no documents touched.

Linked ADRs / Issues

What the reviewer should know

Nothing here changes a line, so any red belongs to the branch state rather than to this change.

One recurring cost worth naming: this is the fourth realignment PR, because every promotion leaves develop a merge node behind. The pre-push release macro was written to run both phases in one go, but branch protection on develop and main blocks the push path it takes — so these follow-ups stay manual until either the macro learns to open PRs, or promotions switch to a strategy that does not leave a node behind.

🤖 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.
chore(release): promote develop to main — the agent-runtime image build, actually fixed

.gitignore ignores .harness/bin/, so git tracks no file there and a clean checkout
has no such directory: mv failed for want of a destination, never a download.
mkdir -p before the move. Verified in a clean git worktree on linux/amd64 --no-cache,
which is what the runner actually checks out.
@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
beyondnetPeru merged commit 28b9497 into develop Sep 1, 2026
57 checks passed
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