BMAD-METHOD/tools/cli/commands
Paul Preibisch d9b10490b4 fix: Clear all npm config env vars before calling AgentVibes installer
When BMAD is invoked with --prefix flag, npm sets many npm_config_*
and npm_package_* environment variables. These caused npx agentvibes
to look for files in the wrong directory (/prefix/lib instead of cwd).

Changes:
- tools/cli/commands/install.js: Filter out ALL npm_config_* and
  npm_package_* env vars before calling npx agentvibes
- tools/cli/installers/lib/core/installer.js: Add AgentVibes prompt
  to Quick Update flow so existing installations can enable TTS
- tools/cli/installers/lib/core/manifest-generator.js: Track
  agentVibes configuration in manifest.yaml

This ensures AgentVibes runs in a clean environment regardless of
how BMAD was invoked (with or without --prefix flag).

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 12:02:50 -07:00
..
agent-install.js feat: rename agent-install parameters for clarity 2025-11-23 08:51:25 -06:00
build.js chore(cli): remove broken build caching (#1042) 2025-12-06 12:38:56 -06:00
cleanup.js installer allows cleanup of unneeded files in upgrades 2025-11-26 16:47:15 -06:00
install.js fix: Clear all npm config env vars before calling AgentVibes installer 2025-12-06 12:02:50 -07:00
list.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
status.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
uninstall.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00
update.js feat: v6.0.0-alpha.0 - the future is now 2025-09-28 23:17:07 -05:00