pub async fn prepare_default_launch(
config: &Config,
store: &dyn ConfigStore,
) -> Result<Config>Expand description
v0.9 first launch path: create a usable config without asking questions.
The older conversational setup still exists for pro users, but the default experience must reach “ready” before the user has to decide anything.