pub fn slug_from_abs_path(abs: &str) -> StringExpand description
Slugify an absolute filesystem path into Cursor’s project-slug form
(the directory name under ~/.cursor/projects/).
Cursor encodes /Users/ben/projects/temp/cursortest →
Users-ben-projects-temp-cursortest (strip leading /, replace /
with -). Tmp-dir workspaces and remote/untitled workspaces use
different slugs we don’t try to reconstruct here.