refactor(paths): v3 design - explicit initialize_paths + frozen PathsConfig singleton

This commit is contained in:
ed
2026-06-19 09:40:01 -04:00
parent 3fb9f9ff8e
commit 327b388800
11 changed files with 338 additions and 251 deletions
+1 -1
View File
@@ -1804,7 +1804,7 @@ class AppController:
spath = Path(proj_paths['scripts_dir'])
if not spath.is_absolute(): spath = project_root / spath
os.environ['SLOP_SCRIPTS_DIR'] = str(spath)
paths.reset_resolved()
paths.initialize_paths(paths.get_config_path())
path_info = paths.get_full_path_info()
self.ui_logs_dir = str(path_info['logs_dir']['path'])