BMAD-METHOD/tools/cli
Q00 d19cca79d2
fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer (#1278)
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 15:42:22 +08:00
..
commands fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer (#1278) 2026-01-08 15:42:22 +08:00
installers fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer (#1278) 2026-01-08 15:42:22 +08:00
lib fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer (#1278) 2026-01-08 15:42:22 +08:00
README.md folder rename from .bmad to _bmad 2025-12-13 16:22:34 +08:00
bmad-cli.js bump version to 6.0.0-alpha.21 and enhance stdin handling for Windows in CLI (#1200) 2025-12-28 22:09:22 +08:00

README.md

BMad CLI Tool

Revised CLI tool docs coming....