Install Codex
If you don't have it yet:
npm install -g @openai/codexRequires Node.js 18+. Already installed? Skip to step 2.
Init your brain
Creates a git repo with AGENTS.md context files (what Codex reads), plus CLAUDE.md and GEMINI.md for cross-platform support, and 7 core skills.
npx @antidrift/cli initIt'll ask for your company name, then scaffold the repo.
Open Codex
cd into your new brain and launch Codex.
cd your-company && codexCodex loads AGENTS.md files automatically. No config needed.
Ingest your docs
Feed it your existing company docs - PDFs, markdown, Google Docs exports, whatever you have.
/ingest path/to/your-docsIt reads the files, categorizes them, and builds context files by department. AGENTS.md is kept in sync with CLAUDE.md and GEMINI.md automatically.
Push to GitHub optional
Share the brain with your team. This creates a private repo and pushes.
/remoteUses the gh CLI if available. Otherwise gives you manual steps. Skip this if you're working solo.
Teammates join requires step 5
Anyone on the team can join with one command. Works whether they use Codex, Claude Code, or any supported tool.
npx @antidrift/cli join org/repoStay in sync
Two commands to keep everyone current.
/pushCommit and push your changes/refreshPull the latest from the team