The RnvContextPaths object provides a structured way to locate files and directories without manual path resolution. It is organized by scope:
user: Home and current working directories.dotRnv: Paths to the .rnv configuration directory.workspace: Paths related to the current workspace, including the project and app configuration.project: Paths for the project root, including appConfigBase (fonts, plugins, etc.), builds, assets, and nodeModules.appConfig: Paths for the specific application configuration.buildHooks: Paths to the build hooks source and distribution files.
Each scope often uses RnvContextPathObj, which provides specific file paths like dir, config, configLocal, and configPrivate.