Password promt

This commit is contained in:
2025-12-30 17:21:12 +03:00
parent 17c28433bd
commit 45bb8c5429
20 changed files with 834 additions and 176 deletions

View File

@@ -72,6 +72,8 @@ class ConfigManager:
return config
except Exception as e:
logger.error(f"[_load_config][Coherence:Failed] Error loading config: {e}")
# Fallback but try to preserve existing settings if possible?
# For now, return default to be safe, but log the error prominently.
return AppConfig(
environments=[],
settings=GlobalSettings(backup_path="backups")