pub const POLICY_REPOSITORY_NOT_READY_GATE: StructuralGate;Expand description
A SnapshotPolicy referencing at least one repository that is not Ready.
The policy reconciler keeps processing the READY subset (multi-repository
fan-out, #368) but defers backups/retention/adoption/verification against
the rest, and requeues until every repository recovers. Warn, not Fail: a
repository deliberately taken down (a migration, a powered-off NAS target)
is a plausible operator choice, the ready subset keeps working, and the
per-child parks behind the same outage already carry their own reporting
(kopiur_snapshot_gated, KopiurRepositoryNotReady) — so this gate must
explain, not independently turn a diagnostic red.