pub fn lean_ctx_data_dir() -> Result<PathBuf, String>Expand description
Resolve the lean-ctx data directory.
Priority order (backward-compatible XDG migration):
LEAN_CTX_DATA_DIRenv var (explicit override)~/.lean-ctxif it already exists (don’t break existing installs)$XDG_CONFIG_HOME/lean-ctx(XDG compliant, default~/.config/lean-ctx)