BMAD-METHOD/tools/cli/installers/lib/core
Davor Racić 65b5afb9f1 feat: replace installer spinner with tasks() progress and consolidate summary
Replace the serial spinner during non-interactive install phases with
@clack/prompts tasks() component for clearer progress visibility. The
install flow now uses two tasks() blocks (pre-IDE and post-IDE) with
the IDE setup retaining its own spinner since it may prompt.

- Refactor install phases into tasks() callbacks with message() updates
- Merge next-steps content into the "BMAD is ready to use!" summary note
- Fix spinner.stop() tense: "Reviewing..." → past tense ("reviewed")
- Move directory creation output after tasks() to avoid breaking progress
- Remove dead showInstallSummary() from ui.js
- Harden error handling: try/finally on IDE spinner, safe catch block

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 12:20:49 +01:00
..
config-collector.js refactor: replace module installer scripts with declarative directories config 2026-02-08 19:21:48 -06:00
custom-module-cache.js fix: migrate installer console.warn/error calls to prompts.log API 2026-02-09 11:10:49 +01:00
dependency-resolver.js refactor: Complete @clack/prompts Migration & Installer Output Consolidation (#1586) 2026-02-08 00:40:13 -06:00
detector.js v4 detection cleanup 2025-12-27 20:31:12 +08:00
ide-config-manager.js fix: migrate installer console.warn/error calls to prompts.log API 2026-02-09 11:10:49 +01:00
installer.js feat: replace installer spinner with tasks() progress and consolidate summary 2026-02-09 12:20:49 +01:00
manifest-generator.js fix: migrate installer console.warn/error calls to prompts.log API 2026-02-09 11:10:49 +01:00
manifest.js fix: migrate installer console.warn/error calls to prompts.log API 2026-02-09 11:10:49 +01:00