// Gateway module for app - follows the Train Station Pattern
// All external access must go through this gateway
// Private submodules - not directly accessible from outside
modconfig;pubmodinstructions;// Public re-exports - the ONLY way to access app functionality
pubuseconfig::{
Config, McpServerConfig, UserProviderConfig, get_config_dir, init_config, load_config,
persist_default_reasoning, persist_last_model, persist_reasoning_for_model, resolve_model_id,
save_config,};