Set up antidrift with Codex.

Full support. Reads AGENTS.md, runs all skills.


1

Install Codex

If you don't have it yet:

npm install -g @openai/codex

Requires Node.js 18+. Already installed? Skip to step 2.

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 init

It'll ask for your company name, then scaffold the repo.

3

Open Codex

cd into your new brain and launch Codex.

cd your-company && codex

Codex loads AGENTS.md files automatically. No config needed.

4

Ingest your docs

Feed it your existing company docs - PDFs, markdown, Google Docs exports, whatever you have.

/ingest path/to/your-docs

It reads the files, categorizes them, and builds context files by department. AGENTS.md is kept in sync with CLAUDE.md and GEMINI.md automatically.

5

Push to GitHub optional

Share the brain with your team. This creates a private repo and pushes.

/remote

Uses the gh CLI if available. Otherwise gives you manual steps. Skip this if you're working solo.

6

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/repo
7

Stay in sync

Two commands to keep everyone current.

/pushCommit and push your changes
/refreshPull the latest from the team