pub fn repo_id(repo_root: &Path) -> StringExpand description
Derive a stable 16-hex-character ID from the repo’s absolute path.
BLAKE3 is deliberately specified here instead of DefaultHasher, whose
algorithm is an implementation detail and may change between Rust releases.