pub const ENV_PREFIXES: [&str; 3];Expand description
The env-name prefixes tried for every path, most-specific first: branded
(AGENTD_), neutral (AGENT_), then the bare path. Most-specific-first is
what makes a branded name beat a neutral one that happens to collide.