Commit Graph

4 Commits

Author SHA1 Message Date
tomas_backbase 2004782b5a fix: Wrong setup of Cursor rules
After testing BMAD Method in Cursor rules with the existing setup of the rule
I have noticed that it was not actually using the right prompt. That was noticed
before it was not returning the available commands when opening a new chat and
refering to the agent I needed. I did the changes in my project and the fix wa
to change to "Apply Manually" so the rule `@<agent-name>` has to be referenced
from the chat window, similar to what you do with Claude Code.
2025-09-25 10:46:23 +02:00
manjaroblack ed539432fb
chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
cecil-the-coder 33269c888d
fix: resolve CommonJS import compatibility for chalk, inquirer, and ora (#442)
Adds .default fallback for CommonJS imports to resolve compatibility issues
with newer versions of chalk, inquirer, and ora packages.

Fixes installer failures when error handlers or interactive prompts are triggered.

Changes:
- chalk: require('chalk').default || require('chalk')
- inquirer: require('inquirer').default || require('inquirer')
- ora: require('ora').default || require('ora')

Affects: installer.js, ide-setup.js, file-manager.js, ide-base-setup.js, bmad.js

Co-authored-by: Cecil <cecilthecoder@gmail.com>
2025-08-15 21:01:30 -05:00
Brian Madison 849e42871a fix: improve code in the installer to be more memory efficient 2025-07-18 23:51:16 -05:00