@tikoci/centrs
    Preparing search index...

    Type Alias SettingSourceKind

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

    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, and provider marks a field a named-live-provider supplied (e.g. --quickchr), which bypasses the ladder entirely (docs/CONSTITUTION.md → Resolution providers).