pub fn py_join(root: &str, components: &[&str]) -> StringExpand description
str(Path(root) / a / b / ...) — the normalized root joined with literal
relative components (skill/hook install destination paths). Reuses the
walk’s join_display semantics: a bare-. root vanishes, “/” and a
preserved “//” prefix avoid doubled slashes.