-
-
Notifications
You must be signed in to change notification settings - Fork 3
Consolidate TMPO_DEV path logic #137
Copy link
Copy link
Open
Labels
status: awaiting triageWaiting for an issue to be addressed.Waiting for an issue to be addressed.type: feature requestAn issue containing a feature request.An issue containing a feature request.
Description
Metadata
Metadata
Assignees
Labels
status: awaiting triageWaiting for an issue to be addressed.Waiting for an issue to be addressed.type: feature requestAn issue containing a feature request.An issue containing a feature request.
The feature request
The logic that checks for
TMPO_DEV=1and branches between~/.tmpoand~/.tmpo-devis duplicated acrossstorage.getTmpoDir,settings.GetGlobalConfigPath, andsettings.GetProjectsPath.Proposed solution
Extract this logic into a centralized
internal/pathspackage (or exportstorage.GetTmpoDir) to ensure consistent directory resolution and prevent future drift.Additional context
No response