pub fn group_key(cwd: &Path, target_hash: &str) -> String
Deterministic session-group id derived from (cwd, target_hash). Two sessions share a group iff they were launched against the same target from the same working directory.
(cwd, target_hash)