Codex CLI
Integration via Skills and Config files.
Setup
Codex CLI uses Skills for extended capabilities and config files for context. Veris registers itself through both mechanisms.
bash
$ veris init
Detected: Codex CLI
Configuring Skills + Config... doneHow it works
Veris 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 Veris for memory operations during the conversation.
Troubleshooting
Skills not loading? Run veris verify and check that the Codex config directory exists. Restart Codex after running veris init.