Documentation
README
/bmad-init 命令
此命令在您的项目中初始化或更新 BMad-Method (V6)。
当调用此命令时:
- 检查
_bmad/目录是否存在,判断 BMad V6 是否已安装 - 检查是否存在旧版 V4 安装(
.bmad-core或.bmad-method目录) - 新安装执行:
npx bmad-method install --directory . --modules bmm --tools claude-code --communication-language Chinese --document-output-language Chinese --yes - 已安装则执行:
npx bmad-method install --directory . --action quick-update --yes - 修复安装器 bug:将
{output_folder}重命名为_bmad-output(Beta 已知问题) - 自动更新
.gitignore(移除 V4 条目,添加 V6 条目) - 显示安装结果并提示用户后续操作
实现
This is the opening of the README. Read the full README on GitHub.