pub const BUDGET_SHARE_DIVISOR: u32 = 2;Expand description
The fraction of HOURLY_REQUEST_CEILING a host may plan to spend.
04-subsystem-contracts.md: add “refuses a configuration that would exceed
half of it”. Half rather than all, because the projection covers only the
agent’s steady-state polling: an interactive auth status, a repo add
validation, a JIT registration and a runner deletion all draw on the same
ceiling and none of them is periodic enough to model.