Superseded by #1435: chore(submodules): bump AgentGym, Archon, BoTZ after 5090 lane PR merges - #1430
Conversation
… merges - PMOVES-AgentGym: f724cfc → d6c0687 (PR#2 merge — re-promote lmrlgym pointer) - PMOVES-Archon: f4bd252 → d5383745 (PR#14 merge — 4 nested pointer promotes) - PMOVES-BoTZ: e50d8b6 → bf9b372b (PR#127 merge — 7 nested pointer promotes) All three inner PRs merged via "Create a merge commit" to preserve gitlinks.
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates three git submodule pointers in the PMOVES.AI repository: PMOVES-AgentGym, PMOVES-Archon, and PMOVES-BoTZ are each advanced to new upstream commits. No code or configuration changes are present; only submodule commit references are modified. ChangesSubmodule Sync
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5a4d1dbdae
ℹ️ 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".
| @@ -1 +1 @@ | |||
| Subproject commit f4bd252c0ecf9ff86d31ed42b5da55034c7afe9f | |||
| Subproject commit d5383745459e3f6df5066df4c6611fd9f0b7ce61 | |||
There was a problem hiding this comment.
Sync both Archon gitlinks when bumping Archon
Updating only PMOVES-Archon to d538374... leaves the duplicate mount pmoves/integrations/archon on the old commit (f4bd252...), which introduces a split revision for the same repository. This is a functional regression because local/vendorized Archon builds and the submodule UI compose path read from integrations/archon (see pmoves/services/archon/Dockerfile COPY integrations/archon ... and pmoves/docker-compose.archon-ui.submodule.yml build context), so the intended Archon bump is not actually picked up in those workflows.
Useful? React with 👍 / 👎.
PMOVES-Archon was bumped to d5383745 but pmoves/integrations/archon was left at f4bd252c, creating a split revision. Both paths map to the same remote (PMOVES-Archon.git); pmoves/services/archon/Dockerfile COPYs from integrations/archon, so the stale gitlink would silently build old Archon code. Resolves codex-connector P1 review comment on PR #1430. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
fix(submodules): resolved codex-connector P1 comment Confirmed the split revision was real — Fixed in commit Known CI failure: |
5090-CLAUDE review — superseded by #1435, pinned SHAs are staleThis PR was opened from pre-merge branch-tip SHAs; the inner PRs were then merged via "Create a merge commit", producing different mergeCommit SHAs.
The two stale SHAs currently exist in their respective inner repos' object stores (because the original promote branches were just pushed) but are at risk of garbage-collection once those branches are deleted from origin (GitHub's default after merge). The merge-commit SHAs are guaranteed-reachable from the default branches, which is what we want submodule pointers to track. PR #1435 has the correct merge-commit SHAs and additionally bundles the dirty CODEX parity docs that have been sitting in the working tree. Per repo precedent (#839/#840/#841 superset pattern), recommend closing this PR in favor of #1435. Lessons-learned for future superproject pointer-bump PRsWhen authoring a gitlink-bump PR after inner-repo PRs merge:
— 5090-CLAUDE, 2026-05-08 |
Pull request was closed
Summary
Superproject gitlink bumps after 5090 lane PR merges:
All three inner PRs merged via "Create a merge commit" to preserve gitlinks.
enforce_admins is now TRUE on main. Merge must use "Create a merge commit" with a signed commit (GPG key required). Squash merge will drop gitlinks.
Village Rule
One scope, one commit, one PR.
Summary by CodeRabbit