BMAD-METHOD/tools
jaredpohl 4389b802b3 fix: pin inquirer to v8.2.6 for CommonJS compatibility
inquirer v9+ is ESM-only which causes ERR_REQUIRE_ESM error when running
`npx bmad-method@alpha install` in CommonJS projects.

Changes:
- Pin inquirer to ^8.2.6 (last CommonJS-compatible version)
- Simplify require statements by removing unnecessary `.default` fallback

This fixes the following error:
```
Error [ERR_REQUIRE_ESM]: require() of ES Module inquirer not supported.
```

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 10:47:39 +11:00
..
cli fix: pin inquirer to v8.2.6 for CommonJS compatibility 2026-01-06 10:47:39 +11:00
docs doc fixes 2025-12-29 09:36:54 +08:00
flattener feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
lib feat: add documentation website with Docusaurus build pipeline (#1177) 2025-12-23 23:01:36 +08:00
maintainer feat: add Raven's Verdict PR review tool (#1054) 2025-12-07 14:13:33 -06:00
schema agents all indicate hasSidecar true or false, validation requires it, agent builder and validator and editor use the field. Added a better brownfield doc 2025-12-31 21:30:19 +08:00
bmad-npx-wrapper.js fix: preserve user's cwd when running via npx 2025-10-29 09:31:38 -05:00
build-docs.js Docusaurus build fix - Sidebar and missing image issues (#1243) 2026-01-03 17:09:42 +08:00
format-workflow-md.js check alignment 2025-10-22 12:36:39 -05:00
migrate-custom-module-paths.js _cfg -> _config 2025-12-13 19:41:09 +08:00
platform-codes.yaml update package.json to resolve windows installer issue with inquirer version 2025-12-26 18:05:59 +08:00
validate-agent-schema.js we only need one yaml lib 2025-12-13 18:35:07 +08:00
validate-svg-changes.sh fix(bmm): remove stale validate-prd references (fixes #1030) (#1038) 2025-12-05 21:35:46 -06:00