Expand description
Pacsea application module (split from a single large file into submodules).
This module organizes the TUI runtime into smaller files to improve maintainability and keep individual files under 500 lines.
Modules§
- sandbox_
cache - Sandbox cache persistence for install list sandbox analysis.
- services_
cache - Service cache persistence for install list service impacts.
Functions§
- apply_
settings_ to_ app_ state - What: Apply settings from configuration to application state.
- initialize_
locale_ system - What: Initialize the locale system: resolve locale, load translations, set up fallbacks.
- run
- What: Run the Pacsea TUI application end-to-end.