Skip to content

chore(submodules): hardened-branch fleet audit + 8 safe gitlink promotions - #1659

Merged
POWERFULMOVES merged 1 commit into
mainfrom
chore/hardened-fleet-audit-2026-05-31
May 31, 2026
Merged

POWERFULMOVES merged 1 commit into
mainfrom
chore/hardened-fleet-audit-2026-05-31

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Fleet hardened-branch audit (38 submodules)

Triggered by the 5090 deep-bumblebee security handoff, which found BoTZ's JWT auth-gate fix (#72) merged to main but absent from the PMOVES.AI-Edition-Hardened branch the parent actually pins — a silent security gap.

The invariant

hardened ⊇ default — the hardened branch (what deploys) must contain every commit on the repo's default branch. When hardened falls behind, security fixes silently never reach production. 8 repos already enforce this structurally by making hardened their default branch (recommended fleet end-state).

This PR (safe tranche only)

Promotes 8 gitlinks where hardened already ⊇ default (zero drift, pure pin advancement — same operation as #1656):
hyperdimensions, AgentGym-RL, surf, Ultimate-TTS-Studio, Tailscale, Neo4j, autoresearch, ToKenism-Multi (last one also captures the #49 doc fix).

Deferred (NOT in this PR)

17 DRIFTED repos where hardened is missing default-branch commits — incl. BoTZ (#72 JWT auth-gate) and BotZ-gateway (#4 log-sanitize). These need per-repo merge-safety verification (does any hardened-only commit intentionally exclude something a merge-forward would reintroduce?) via the research-agent lane before reconciliation. Full classification in the audit doc.

See pmoves/docs/audit/HARDENED_BRANCH_FLEET_AUDIT_2026-05-31.md.

🤖 Generated with Claude Code

Fleet-wide hardened-branch audit (38 submodules tracking PMOVES.AI-Edition-Hardened).
Promotes 8 gitlinks where hardened already contains the default branch (zero drift,
pure pin advancement, same operation as #1656):

  Pmoves-hyperdimensions, Pmoves-AgentGym-RL, PMOVES-surf, PMOVES-Ultimate-TTS-Studio,
  PMOVES-Tailscale, PMOVES-Neo4j, PMOVES-autoresearch, PMOVES-ToKenism-Multi (incl #49).

Audit doc classifies all 38: 11 clean, 8 gate-OK-stale (this PR), 17 DRIFTED (hardened
missing default-branch commits, incl. BoTZ #72 JWT auth-gate + BotZ-gateway #4 log-sanitize).
Drifted tranche deferred to per-repo research-agent merge-safety verification.

Refs: 5090 deep-bumblebee security handoff.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@POWERFULMOVES, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 39 minutes and 44 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: cf33c9b0-8f79-40c1-a571-2eb3754f8694

📥 Commits

Reviewing files that changed from the base of the PR and between 0237cf0 and f97463d.

📒 Files selected for processing (9)
  • PMOVES-Neo4j
  • PMOVES-Tailscale
  • PMOVES-ToKenism-Multi
  • PMOVES-Ultimate-TTS-Studio
  • PMOVES-autoresearch
  • PMOVES-surf
  • Pmoves-AgentGym-RL
  • Pmoves-hyperdimensions
  • pmoves/docs/audit/HARDENED_BRANCH_FLEET_AUDIT_2026-05-31.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/hardened-fleet-audit-2026-05-31

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Copy link
Copy Markdown

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

ℹ️ 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 on lines +4 to +6
**Scope:** All 38 submodules tracking `PMOVES.AI-Edition-Hardened`
**Trigger:** Security-backfill handoff found BoTZ JWT auth-gate fix (#72) merged to `main`
but absent from the `PMOVES.AI-Edition-Hardened` branch the parent actually pins.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct the audited submodule scope

This audit is used to drive security remediation, but it starts from the wrong inventory: .gitmodules currently defines 50 submodules, with only 34 configured for PMOVES.AI-Edition-Hardened (for example PMOVES-BoTZ and PMOVES-BotZ-gateway, called out below as hardened drift, are configured with branch main). In contexts that rely on this document to decide whether to merge default into hardened or fix the parent tracking configuration, this misclassification can send follow-up work to the wrong branch and leave the actual pinned/tracked path unaddressed.

Useful? React with 👍 / 👎.

@POWERFULMOVES
POWERFULMOVES merged commit dbfaca4 into main May 31, 2026
33 checks passed
@POWERFULMOVES
POWERFULMOVES deleted the chore/hardened-fleet-audit-2026-05-31 branch May 31, 2026 18:43
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