feat(gui): Rename gui.py to gui_legacy.py and update references
This commit is contained in:
@@ -17,7 +17,7 @@ All synchronization between these boundaries is managed via lock-protected queue
|
||||
|
||||
### Lifetime & Application Boot
|
||||
|
||||
The application lifetime is localized within App.run in gui.py.
|
||||
The application lifetime is localized within App.run in gui_legacy.py.
|
||||
|
||||
1. __init__ parses the global config.toml (which sets the active provider, theme, and project paths).
|
||||
2. It immediately hands off to project_manager.py to deserialize the active <project>.toml which hydrates the session's files, discussion histories, and prompts.
|
||||
|
||||
Reference in New Issue
Block a user