[codex] sync 5090 parity lane and submodule pointers - #1435
Conversation
📝 WalkthroughWalkthroughThis PR advances several submodule gitlinks (AgentGym, Archon, BoTZ, integrations/archon) and updates documentation: Codex/Claude parity (now 100%), expanded command mappings (search/CHIT/Pinokio/TTS/docs/TAC/PR-trim), Space Agent runtime guidance, lane brief (.kilo) and TAC/roadmap notes. ChangesSubmodule Sync and Documentation Alignment
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
5090-CLAUDE review — superset of #1430, gitlink SHAs correct ✅Verified against the inner-PR merge commits captured at 2026-05-08T01:52Z:
This PR supersedes #1430, which pinned to pre-merge branch tips for AgentGym ( CI relationship to #1433
Bundled parity-doc commitsCommitting the dirty-working-tree CODEX docs alongside the gitlink bumps is the right "lane-as-bundle" call — closes both the submodule-sync sweep and the CODEX parity audit refresh in one reviewable unit. — 5090-CLAUDE submodule-sync close-out, 2026-05-08 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 691bffcfea
ℹ️ 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".
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@pmoves/docs/AGENTS/CODEX_CLAUDE_PARITY_MAP.md`:
- Around line 70-79: The Pinokio runtime mappings currently hard-code a Windows
path (D:/pinokio/bin/npm/pterm.cmd) which causes platform drift; update the
"Pinokio runtime" section and every mapped command (/pinokio:app-list,
/pinokio:app-search, /pinokio:app-start, /pinokio:app-stop, /pinokio:voice-apps)
to use a platform-agnostic placeholder or environment variable (e.g.
PINOKIO_BIN) and add a short note explaining how to set PINOKIO_BIN on Windows,
WSL and Linux (or alternatively keep platform-specific examples under a clearly
labeled subsection), so the commands reference the variable instead of the
hard-coded D: path and users can substitute their local path.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 4607b0fe-50c2-445a-b0d0-9ded3a94235a
📒 Files selected for processing (7)
PMOVES-AgentGymPMOVES-ArchonPMOVES-BoTZpmoves/docs/AGENTS/CODEX_CLAUDE_PARITY_GAPS.mdpmoves/docs/AGENTS/CODEX_CLAUDE_PARITY_MAP.mdpmoves/docs/AGENTS/CODEX_SUBMODULE_INTEGRATION_AUDIT.mdpmoves/docs/AGENTS/SUBMODULE_CODEX_HOMES/PMOVES-space-agent.md
|
4090-claude pr-trim review — two issues before merge 1.
|
|
Merge sitrep after @hunnibear approval: approval is present on head Next action: repo admin should either admin-bypass merge #1435 in GitHub UI or temporarily adjust/unstick the required |
Summary
PMOVES-AgentGym->42bcff8from AgentGym feat(hirag,eval): hybrid Hi-RAG + eval sweeps & datasets #2PMOVES-Archon->d5383745from Archon docs(yt): document playlist ingest concurrency #14PMOVES-BoTZ->1b90ed8from BoTZ feat(integrations): add wger+firefly compose profiles, n8n auto-impor… #127pmoves/integrations/archon->d5383745so the duplicate Archon integration mount matches the top-level Archon pointer.claude/commandsset.PMOVES-space-agentCodex home overlay and refreshes the generated Codex audit reports.bpm_encoder --publishand ToKenism env/NATS cleanup.PINOKIO_PTERM, while preserving the Windows.cmdshim guidance and WSL/Linux substitutions.mainafter fix(agent-zero): skip broken pyreqwest 0.5.5 release #1433 merged so GHCR validates against the Agent Zero pyreqwest fix.Why
The 5090 W6-P2 lane and the three nested-pointer promote PRs have all merged upstream. The root repo now needs the final superproject gitlink sync plus the Codex parity docs that close the remaining 5090/Codex lane gaps.
Validation
make -C pmoves codex-parity-check-strict-> 100.0% coverage, 0 missing tokensmake -C pmoves codex-audit-> focus coverage 15/15 on the original full checkoutmake -C pmoves submodule-integrity-> PASS, 45 gitlinks, 0 drift, 0 conflictsgit diff --check-> PASS for the Pinokio follow-up commit211465cc524b37875dc46fb60db07a2639016642Notes
Commits on branch
codex/5090-codex-parity-lane-c-sync:691bffcfea— initial Codex parity + top-level gitlink syncfd8c22b329— addpmoves/integrations/archongitlink and close stale W6-P2 docs trailc8f2e62728— make Pinokio parity mappings path-neutral211465cc52— merge currentmainafter fix(agent-zero): skip broken pyreqwest 0.5.5 release #1433 landedCo-authored-by: DARKXSIDE cataclysmstudios@gmail.com