What This Adds
Codex support includes:- A
.codex/configuration model - MCP server connections for
agent-builderandtools - Instruction files mirroring Hive build/test workflows
Expected Project Structure
MCP Server Configuration
Use.codex/mcp_servers.json:
Instruction Files
Mirror the existing Hive skill set into Codex instruction files:hivefor full build workflowhive-createfor creation flowhive-conceptsfor conceptual guidancehive-patternsfor architecture best practiceshive-testfor test-generation and validationhive-credentialsfor credential setup/sync guidance
Verification Checklist
After setup, verify:- Codex can connect to
agent-builderMCP server. - Codex can connect to
toolsMCP server. - Hive instruction workflows are invokable from Codex.
- End-to-end agent creation/testing runs successfully.
Quick Validation Steps
- graph generation works
- test scaffolding is created
- tool calls route through MCP correctly
Troubleshooting
MCP server not visible
- Confirm
.codex/mcp_servers.jsonpath and JSON validity - Validate
cwdandPYTHONPATHvalues - Ensure dependencies are installed via
./quickstart.sh
Instructions not recognized
- Confirm files exist under
.codex/instructions/ - Verify naming matches expected invocation names
Python command failures
- Run from Hive root
- Ensure Python/uv environment is healthy