Functions§
- project_
root - Resolve the project root from (in priority order):
- read_
text - Read a file to a
String, returningNoneon any I/O error. - resolve_
file - Resolve
file_pathrelative toproject_dir. ReturnsNoneif the resolved path escapes the project root (traversal guard).