Getting started¶
Requirements¶
- Python 3.14 or newer
- Git
- SQLite (ships with the Python standard library)
- Node.js 18+ only when installing through npm
Install¶
Recommended (pipx):
Virtual environment:
npm wrapper:
Pinned GitHub tag:
Initialize a repository¶
Inside any Git repository:
ait init creates a .ait/ directory next to .git/. All AI metadata stays
inside this directory and is not synced across machines.
First wrapped run¶
Use any supported agent CLI. ait will detect it and record an attempt:
Inspect what happened:
Promote when ready:
Until promotion, your root checkout stays unchanged.