GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Reads modules.cluster.* from the running core config and merges it over the built-in defaults (clusterConfigDefaults(), the same source CLUSTER_CAPABILITY.configSchema advertises — B.24). enabled is true: clustering is opt-out (active unless a profile sets modules.cluster.enabled: false), preserving the pre-migration behaviour where point clustering was on by default.

      Behaviour-preserving: every value materialised here is the one each consumer used to re-apply through its own ?? … fallback (strategy.ts, options.ts). Those fallbacks stay as defence-in-depth for callers that build a ClusterConfig by hand (tests, per-layer merges) rather than through this reader.

      Returns ClusterConfig