resolve_workspace_path

Function resolve_workspace_path 

Source
pub fn resolve_workspace_path(explicit_path: Option<&str>) -> Result<PathBuf>
Expand description

Resolve the workspace data directory path based on priority:

  1. Explicit path (with tilde expansion)
  2. AGTRACE_PATH environment variable (with tilde expansion)
  3. XDG data directory (recommended default)
  4. ~/.agtrace (fallback for systems without XDG)