Metadata-Version: 2.4
Name: antidrift
Version: 0.9.0
Summary: Company brain for AI agents. One repo your whole team shares — context, skills, and connected services.
Project-URL: Homepage, https://antidrift.io
Project-URL: Repository, https://github.com/probeo-io/antidrift
Project-URL: Issues, https://github.com/probeo-io/antidrift/issues
Author-email: Probeo <hello@probeo.io>
License-Expression: MIT
Keywords: ai-agents,antigravity,claude,claude-code,codex,company-brain,cursor,google-antigravity,knowledge-management,openai-codex,skills
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# antidrift

Company brain for AI agents (Claude Code, Codex, Cursor, Antigravity). One repo your whole team shares — context, skills, and connected services.

## Quick start

```bash
pip install antidrift
antidrift init
```

## Join an existing brain

```bash
antidrift join <org/repo>
```

## Commands

| Command | What it does |
|---|---|
| `antidrift init` | Start a new brain |
| `antidrift join <repo>` | Clone and join an existing brain |
| `antidrift update` | Update core skills to latest |

## Core skills

Every brain ships with these slash commands:

| Skill | What it does |
|---|---|
| `/ingest <path>` | Import files and directories into the brain |
| `/push` | Save changes (commits locally, pushes if remote exists) |
| `/refresh` | Pull latest changes from remote |
| `/remote` | Set up GitHub so the team can share the brain |
| `/invite` | Get a command to send a coworker |
| `/publish <skill>` | Share a skill you built with the community |
| `/onboard` | Walk a new person through everything |

## Community skills

Browse and install extras from the community registry:

```bash
pip install antidrift-skills
antidrift-skills list
antidrift-skills add <name>
```

## Learn more

[antidrift.io](https://antidrift.io)
