Codex CLI
Integration via Skills and Config files.
Setup
Codex CLI uses Skills for extended capabilities and config files for context. BrainBase registers itself through both mechanisms.
bash
$ brainbase init
Detected: Codex CLI
Configuring Skills + Config... doneHow it works
BrainBase provides Codex with brain context through its configuration system. Knowledge from the graph is formatted as context that Codex reads at session start. Skills allow Codex to call BrainBase for memory operations during the conversation.
Troubleshooting
Skills not loading? Run brainbase verify and check that the Codex config directory exists. Restart Codex after running brainbase init.