A single repository is the easy case. Real organizations run several repos — a backend service, a frontend app, an infrastructure repo — and the work in one constantly affects the others. A reviewer in the backend repo has no idea a PR just shipped in the frontend, and a CTO-level agent that should see everything is stuck watching one repo at a time.
Fleet is org-centric by design. It runs two tiers of agents: org agents that see fabric events from every repository, and repo agents scoped to a single repository. Both tiers publish to and subscribe from the same shared event bus — Fabric — so an event raised in repo A can surface to an org agent and influence what happens in repo B. This guide shows how to set up both tiers and trace an event from one repo to the org layer.