pub fn run_setup_wizard() -> Result<PathBuf, SetupError>Expand description
Run the interactive setup wizard.
Guides the user through selecting an NMS save file by:
- Detecting the platform-default NMS save directory
- Listing account directories
- Listing save slots within the selected account
- Optionally saving the selection to
~/.nms-copilot/config.toml
Returns the resolved path to the selected save file.