chore(submodules): sync BoTZ/DoX gitlinks to hardened baseline - #809
Conversation
📝 WalkthroughWalkthroughTwo submodule references were updated with new commit pointers. PMOVES-BoTZ submodule advanced to a newer commit, and PMOVES-DoX submodule was similarly updated. No functional code changes were introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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.
🧹 Nitpick comments (1)
PMOVES-DoX (1)
1-1: Consider pinning the image build to the commit hash instead of a branch reference.The image build in
pmoves/images.yaml:88-93currently usesref: heads/PMOVES.AI-Edition-Hardened, which today resolves to the same commit as the gitlink (5de730a4). However, since the branch reference is not pinned, future updates to that branch could advance independently of the submodule commit, causing drift from the hardened baseline. For maximum safety and clarity, pin the image source directly to5de730a497eeecf0ab83ed4998e1bb038e6453cc.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@PMOVES-DoX` at line 1, The image source in pmoves/images.yaml currently uses a branch ref "heads/PMOVES.AI-Edition-Hardened" which can diverge from the submodule gitlink; update the ref to the exact commit "5de730a497eeecf0ab83ed4998e1bb038e6453cc" to pin the build to that commit. Locate the image entry around pmoves/images.yaml lines referencing ref: heads/PMOVES.AI-Edition-Hardened and replace the branch ref with the full commit SHA so the image build remains deterministic and aligned with the submodule gitlink.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@PMOVES-DoX`:
- Line 1: The image source in pmoves/images.yaml currently uses a branch ref
"heads/PMOVES.AI-Edition-Hardened" which can diverge from the submodule gitlink;
update the ref to the exact commit "5de730a497eeecf0ab83ed4998e1bb038e6453cc" to
pin the build to that commit. Locate the image entry around pmoves/images.yaml
lines referencing ref: heads/PMOVES.AI-Edition-Hardened and replace the branch
ref with the full commit SHA so the image build remains deterministic and
aligned with the submodule gitlink.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: a28729b8-0042-4dfc-abba-3c6b847ce5cd
📒 Files selected for processing (2)
PMOVES-BoTZPMOVES-DoX
Update quick test URL to llms.txt
Summary
PMOVES-BoTZgitlink from94529789to4382e270(includes merged BoTZ PR docs: log m2 automation implementation plan #76)PMOVES-DoXgitlink from035364ceto5de730a4(includes merged DoX hardened updates through 2026-03-04)Why
mainwas behind hardened pointers for these two submodules. This sync aligns superproject gitlinks with the intended hardened baseline before further production validation.Validation
git diff --submodule=logconfirms only BoTZ/DoX pointer movesSummary by CodeRabbit