BMAD-METHOD/tools/cli/installers/lib/core
Q00 17c9d264a9 fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer
Inquirer v9+ is ESM-only, causing ERR_REQUIRE_ESM when loaded via
require() in CommonJS. Convert all require('inquirer') calls to
dynamic import('inquirer') across 8 CLI files.

Fixes #1197
2026-01-08 14:59:43 +09:00
..
config-collector.js fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer 2026-01-08 14:59:43 +09:00
custom-module-cache.js default accepted for installer quesitons 2025-12-15 12:55:57 +08:00
dependency-resolver.js we only need one yaml lib 2025-12-13 18:35:07 +08:00
detector.js v4 detection cleanup 2025-12-27 20:31:12 +08:00
ide-config-manager.js default accepted for installer quesitons 2025-12-15 12:55:57 +08:00
installer.js fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer 2026-01-08 14:59:43 +09:00
manifest-generator.js fix missing scripts from installation, and add ability to exclude workflows from being added as commands in tools, the first being the example workflow meant just for workflow example to the workflow builder 2026-01-07 16:21:25 +08:00
manifest.js core and custom modules all install through the same flow now 2025-12-15 19:16:03 +08:00