BMAD-METHOD/tools/cli/installers/lib
Wojciech Tyziniec d05f6ee420
fix: prevent spinner from hiding confirmation prompt during upgrade
Fixes #907

When quickUpdate() called install(), two spinners ran simultaneously.
The quickUpdate spinner continued running while install() stopped its
own spinner to show prompts, causing the confirmation prompt to be
hidden behind the spinner animation.

Now quickUpdate() always stops its spinner before calling install(),
ensuring only one spinner is active and all prompts are visible.
2025-11-15 17:13:41 +01:00
..
core fix: prevent spinner from hiding confirmation prompt during upgrade 2025-11-15 17:13:41 +01:00
ide agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -06:00
modules customize installation folder for the bmad content 2025-11-08 15:19:19 -06:00