pub const SOURCE_CREDENTIALS_PREFIX: &str = "__sources/";Expand description
Reserved prefix for source-authentication credential paths.
Anything outside this namespace is rejected as a credential
path; per ADR-021 §5 only __sources/<source>/<profile> paths
may carry source credentials.