BMAD-METHOD/tools/installer/commands
nick 707de90238 feat(installer): auto-inject BMAD version badge into project README
Lightweight installer integration that adds a dynamic BMAD version badge
to the project README during `bmad install`. The badge is powered by the
existing bmad-badge.vercel.app service (from terryso/bmad-badge, issue #2174).

- New badge.js module: resolves git remote, finds README, injects/removes badge
- Badge is added after install, shown in the install summary
- `--no-badge` flag to opt out
- Badge is removed during `bmad uninstall` when modules are removed
- Idempotent: re-running install skips if badge already present

Closes #2174

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-05-01 13:45:25 +08:00
..
install.js feat(installer): auto-inject BMAD version badge into project README 2026-05-01 13:45:25 +08:00
status.js fix(installer): replace fs-extra with native node:fs to prevent file loss 2026-04-13 00:44:28 -05:00
uninstall.js feat(installer): auto-inject BMAD version badge into project README 2026-05-01 13:45:25 +08:00