pub const SEEDING_GATE: StructuralGate;Expand description
A seeding bootstrap Job is in flight (issue #380): the repository is
copying a whole repository across and is legitimately not Ready yet.
Registered for EXPLANATORY value, like REPOSITORY_READ_ONLY_GATE: a seed
runs for hours by design (its Job deadline defaults to 24h), so a
diagnostic must be able to say “seeding” rather than “stuck at Pending”.
Hence WARN — progress is not a fault, and this row must never on its own
turn a diagnostic red.