Hacker News new | ask | show | jobs
Show HN: Codex Orchestrator: coordinate OpenAI Codex CLI across multiple repos (github.com)
2 points by yeutterg 95 days ago
Codex Orchestrator [0] is an agent skill that sits on top of Codex CLI. After invoking the skill and describing the issue, it develops a plan (plan.md), makes changes across all repos, and logs each execution in a markdown file (runs.md) that survives context compacting.

Codex CLI is good at working within a single repo, but cross-repo coordination still seems to require some additional scaffolding.

Before I built this skill, I was pulling my hair out trying to coordinate changes across multiple codebases: IoT device firmware, an AWS backend, and an Expo mobile app. With the orchestrator, I got everything coordinated in just a few passes.

Feedback welcome.

[0]: https://github.com/yeutterg/codex-orchestrator