@tikoci/centrs
    Preparing search index...

    Type Alias SettingSourceKind

    SettingSourceKind:
        | "default"
        | "config"
        | "comment-kv"
        | "env"
        | "cli"
        | "cdb"
        | "arp"

    Where a resolved setting/identity field came from. Precedence (low → high) is config < comment-kv < env < cli; cdb and arp describe identity resolution rather than settings precedence.