Expand description
Platform-specific path detection and resolution.
This module contains private helpers for detecting the runtime environment (local repo vs installed binary) and resolving platform-appropriate paths. Public API is exposed through sibling modules.
Functionsยง
- data_
root - Get the root directory for application data (database, config).
- detect_
local_ ๐repo - Detect if we are running from the local repository.
- is_
prebuilt_ binary - Check if we are running from a pre-built binary (not from the source repo).
- normalize_
user_ ๐path - Normalize a user-provided path, expanding
~and making it absolute. - resource_
root - Get the root directory for application resources (binaries, static assets).