pub const SCHEDULE_FANOUT_CAPPED_GATE: StructuralGate;Expand description
A SnapshotSchedule whose members × repositories cross-product exceeds the
fan-out cap: the fired slot was SKIPPED, and every future slot will keep
skipping until the selector is narrowed or the policy’s repository list
shrunk — no backups run while everything else looks healthy, the exact
silent-wedge shape of #359. The writer asserts BOTH polarities each fire
pass, so the gate self-clears the moment a slot mints fully. Promoted into
the registry by the #368 M10 gates/doctor checklist (previously a
controller-internal condition doctor could not see).