When a fleet of AI coding agents is opening pull requests, requesting reviews, and merging changes, the hardest thing to keep track of is the state of GitHub itself. A PR sits unreviewed, a CI check fails on a branch nobody is watching, an issue gets reassigned — and no human is in the loop to notice. Polling GitHub by hand defeats the purpose of automating the work in the first place.
Fleet's brain daemon solves this with a background heartbeat. Every five minutes it polls GitHub through the sourcecontrol provider abstraction — pull requests, reviews, CI checks, issues, and merges — and turns what it sees into actionable insights you can read with one command. This guide covers what the brain watches, how to read its output, and where the honest boundary of that monitoring lies: Fleet watches your code-review and CI pipeline, not your deployments or production runtime.