busybee3333/sol-governed-codex — explained in plain English
Analysis updated 2026-05-18
Route routine mechanical edits to a cheap AI worker instead of a premium model.
Get a structured PASS or REVISE verdict before merging a risky code change.
Set up a repeatable multi-agent coding workflow inside OpenAI Codex.
Reduce AI API spend on a team that already uses Codex heavily.
| busybee3333/sol-governed-codex | alexwortega/claude-ml-intern-skill | clefspear/starcommand | |
|---|---|---|---|
| Stars | 24 | 24 | 24 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | developer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing OpenAI Codex installation plus Git, Bash, and Python 3.11 or later.
Sol-Governed Codex is a toolkit that plugs into OpenAI Codex to organize how multiple AI agents work together on coding tasks, while keeping an eye on cost. Instead of using the most expensive, most capable AI model for every single edit, it splits work across three roles and only calls in a stronger reviewer when the task actually needs one. The three roles are Terra, Luna, and Sol. Terra sits at the root and owns requirements, integration, and talking to the developer. Luna is a low-cost worker meant for mechanical, well-defined edits and tests. Sol is a bounded advisor brought in only for higher-stakes moments, such as reviewing a risky plan, architecture decisions, security, billing, or destructive operations, and it gives back a clear verdict of PASS, REVISE, or BLOCKED along with supporting evidence rather than a vague thumbs up. Setup requires Git, Bash, Python 3.11 or later, and an existing OpenAI Codex installation. It can be installed either through the Codex plugin marketplace with a couple of commands, or by cloning the repository directly and running an installer script that copies the skill files and agent profiles into your Codex home folder. The installer includes safety checks: it will not silently overwrite files you have modified unless you explicitly force it, and it refuses to replace an existing AGENTS.md file in your project without your review. Once installed, a typical workflow looks like starting Codex with one of two provided profiles, giving the root agent a clear goal and acceptance criteria, letting Luna and Terra handle the actual work at their appropriate skill levels, and calling on Sol only for the moments that matter, like checking a diff before something risky ships. There is a validation script to confirm the setup is working correctly without spending on an actual model call. The project is MIT licensed and includes automated validation checks visible in its GitHub Actions badge.
A Codex plugin that splits coding work across cheap and expensive AI agents to cut model costs while keeping review quality on risky changes.
Mainly Shell. The stack also includes Shell, Python, OpenAI Codex.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.