Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Dual platform support: syncs CLAUDE.md + AGENTS.md automatically.
Initial release as a core skill.
How it works
1
Find the repo
Reads .claude/brain.json for the repo slug, or falls back to git remote get-url origin
2
Detect runtime
Checks if pip or npx is available on PATH
3
Print the join command
Shows the right command for their runtime - or both if both are installed
Output
Node.js
npx @antidrift/cli join org/repo Python
pip install antidrift && antidrift join org/repo