Skip to main content

ATC — Air Traffic Control

ATC is an agent orchestration system that coordinates multiple autonomous agents working on concurrent code changes in a shared repository. It uses aviation terminology as its domain language — changes are "crafts" flown by "pilots" who navigate "vectors" and request "landing clearance" from a "tower" to merge.

Quick Reference

TermMeaning
CraftUnit of work tied to a git branch
PilotAutonomous agent with certifications
CaptainPilot-in-command, final authority
First OfficerCertified co-pilot, can modify code
JumpseatObserver/advisor, cannot modify code
VectorMilestone with acceptance criteria
Flight PlanOrdered sequence of vectors
Black BoxAppend-only event log on every craft
TowerMerge coordinator, one per repo
ControlsExclusive or shared code modification rights
IntercomCrew communication channel
Origin AirportDesign stage; emergency return destination

Documentation

Getting Started

Concepts

Lifecycle

Protocols

Reference