fn workspace_root() -> PathBufExpand description
Workspace root for file operations. All file paths are resolved relative to this directory, and path traversal beyond it is rejected.
wheatfox's note: the definition of this "workspace" is where all the built-in tools like read_file, write_file, exec command will be ran, as the linux CWD