Context
PR #67 retires the legacy tui.rs and routes rocm bootstrap setup to the dash onboarding wizard. The legacy interactive setup let users pick the TheRock/ROCm install location (surfaced on the CLI as --prefix PATH). The current dash onboarding wizard has no install-folder picker, so the guided bootstrap setup flow installs to the default location only.
This was deferred, not removed by design — tracked here so it isn't lost.
Scope
- Add an install-location step to the onboarding wizard (
crates/rocm-dash-tui/src/ui/onboarding.rs), feeding the existing --prefix plumbing (install_manager.rs already threads --prefix, and the chat tool path still supports it).
- Decide the default and let the user override it, consistent with the pre-retirement behavior.
Notes
Context
PR #67 retires the legacy
tui.rsand routesrocm bootstrap setupto the dash onboarding wizard. The legacy interactive setup let users pick the TheRock/ROCm install location (surfaced on the CLI as--prefix PATH). The current dash onboarding wizard has no install-folder picker, so the guidedbootstrap setupflow installs to the default location only.This was deferred, not removed by design — tracked here so it isn't lost.
Scope
crates/rocm-dash-tui/src/ui/onboarding.rs), feeding the existing--prefixplumbing (install_manager.rsalready threads--prefix, and the chat tool path still supports it).Notes
rocm bootstrap setup's non-interactive fallback message was updated in Retire legacy tui.rs: routerocm bootstrap setupto the dash onboarding, then delete the ~45k-line module #67 to stop advertising a folder picker; revert/adjust that wording once the picker returns.