pub fn environment_hash(env: &BTreeMap<String, String>) -> StringExpand description
BLAKE3 content address of one effective environment.
The preimage is the canonical JSON encoding of the map; BTreeMap order
makes it deterministic, the same discipline every hashed struct in the
workspace relies on.