Technical Documentation
The versioned entry point for ait-native concepts, workflows, commands, integrations, and operations.
Audience: Developers and operators
Use the shortest page that answers the question#
This documentation is the technical companion to the basic Docs page. It is fixed to ait-native 1.0.0-rc.8 and separates ordinary use, agent-owned workflow commands, integration APIs, and remote operations.
- Start with Getting Started when adding AIT to a repository.
- Read Core Concepts when an AIT record or identifier needs context.
- Open System Architecture and Authority Boundaries to see how local authoring, remote execution, and native embeddings meet the same workflow core without sharing authority.
- Use the complete CLI reference for every public RC.8 command, or the shorter workflow-oriented CLI pages for bounded examples.
- Open Remote Infrastructure only when a server and runner solve a concrete coordination need.
- Use the complete Binary DB v0 schema when implementing or auditing fixed records, payloads, indexes, recovery, or conversion.
The operating model#
The user initializes the repository once and describes a result. The coding agent reads the generated repository instructions, scopes governed work to an exact sprint item, implements inside the bound workspace, records a Snapshot, and completes the configured closeout path.
request and constraints
-> exact sprint item
-> Task-bound implementation
-> repository checks
-> immutable Snapshot
-> configured closeoutThe local workflow does not require a running server. Remote authority and CI are explicit additions.
Version boundary#
Every page in this section is tied to the public RC.8 source tag. The version panel links to the exact source, Release, distribution contract, and CLI parser used to check this public documentation.
Development-main behavior can be newer than these pages. When a command from a different version disagrees with this documentation, use the documentation for that installed version.