1 · Initialize once
Set up the repository
cd <your-repository>
ait init
AIT sets up its own state and writes the workflow instructions into AGENTS.md.
Docs
Initialize AIT once in a repository, then say what you want in plain language. Your coding agent follows the repository's instructions, and every change stays checkable from request to result.
1 · Initialize once
cd <your-repository>
ait init
AIT sets up its own state and writes the workflow instructions into AGENTS.md.
2 · Just ask
Add an accessible password-visibility control.
Keep the keyboard behavior and add tests.
Say what you want and what to avoid. Your agent handles the code and the workflow.
3 · Check
ait status --json
Check where things stand whenever you want, in a form you can parse.
The agreed result and its limits travel with the work, so it can't drift halfway through.
The agent works in a workspace owned by the Task, and nothing touches the target line until it's ready.
Check results and the Snapshot are kept, so finished work stays inspectable.
Watch a feature request or a regression fix run start to finish.
What you decide, what the agent does, and what AIT records.
How the server and runner split the work when you need a remote setup.
The versioned technical documentation covers 1.1.1 concepts, workflows, commands, integrations, operations, and release boundaries, and every page links back to the exact public source it came from.