Multi-Repo Fleets
Factory can supervise multiple repositories concurrently with independent concurrency ceilings:
factory status # fleet-wide status overviewfactory queue # readiness and capacity for configured reposfactory next --repo client-app # recommend the next stage, read-onlyfactory next --repo client-app --apply # run that stageEach config/repos.yaml entry has its own max_in_flight, base branch, verification command, control plane, and worktree lifecycle. The global concurrency.max_in_flight_per_repo policy supplies a default when a repository omits its own cap.