Settings

Theme

Show HN: Codex Orchestrator: coordinate OpenAI Codex CLI across multiple repos

github.com

2 points by yeutterg 2 months ago · 0 comments · 1 min read

Reader

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

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection