Description
Improves Ruby path handling with a faster Pathname-like API and extra helpers. It is useful for tools that work heavily with files, directories, project roots, and relative paths.
Path helpers can still be misused with untrusted input. Normalize paths, check boundaries, and avoid writing outside the intended workspace.