GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Adapts a plain (pre-merge) config object into the { get(path) } shape expected by CapabilityRegistry.isEnabled. The single reader every bundle entry uses (via bootWithPreset), so the capability gate reads identically whatever set of capabilities an entry composes — no inline gate, no duplicated dotted-path reducer.

      Parameters

      • baseCfg: Record<string, unknown>

        the raw config object (profile resources not yet merged).

      Returns { get(key: string, defaultValue?: unknown): unknown }

      a config adapter resolving dotted keys (e.g. modules.theme-selector.enabled).