pub const ENV_CLUSTER_JSON: &str = "FLODL_INTERNAL_CLUSTER_JSON";Expand description
Env var name carrying the slim per-rank envelope. Set by the
launcher (not fdl-cli) on each rank child. Kept here so the
recursion guard can reference it by name. Mirrors
flodl::distributed::cluster::ENV_CLUSTER_JSON.