Browse RC.6 documentation
RC.6 Documentation revision 18

Getting Started

Install RC.6, initialize one repository, make a request, and inspect the recorded result.

Audience: Developers

1. Install the current release candidate#

Choose one verified RC.6 route from the Quickstart. The installed native command must report the expected product version before the repository is initialized.

Code · bash
ait --version

PyPI, npm, Homebrew, apt, and GitHub assets have different package envelopes, but they lead to the same repository workflow. The server remains inactive until it is explicitly configured and started.

2. Initialize one repository#

Run initialization from the repository the coding agent will change.

Code · bash
cd <your-repository>
ait init

AIT creates repository authority and creates or refreshes the effective workflow block in AGENTS.md. It does not select a programming language, framework, build command, or test command.

3. Make a normal request#

Describe the result and constraints instead of translating the work into AIT bookkeeping.

Code · text
Add an accessible password-visibility control.
Preserve the login API and keyboard behavior, and add the relevant tests.

The coding agent follows the repository's generated instructions. For governed work, that includes the sprint item, Task, bound workspace, repository checks, Snapshot, and configured closeout.

4. Inspect the result#

Use read-only commands when you need direct evidence.

Code · bash
ait status --json
ait diff --stat
ait queue summary --all-changes

An empty workspace after successful closeout is expected. The completed Task and Snapshot retain the recorded result.

Next pages#

Version authority

Checked against the exact RC.6 source

This page is public documentation, not a second product contract. Use the exact source and distribution contract for release authority.

Owning component Snapshots
  • ait-coreSNP-8C859807E799
  • ait-serverSNP-25FF61FEEA4C
  • ait-runnerSNP-E50374CBA6E6
  • ait-pythonSNP-DF2C871D5400
  • ait-nodeSNP-46BB35869747