squad-bmad 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Squad BMAD: Automated Project Orchestration Assistant with Gemini & Claude Code
2
2
 
3
- [![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)](CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)](CHANGELOG.md)
4
4
  [![npm](https://img.shields.io/npm/v/squad-bmad.svg)](https://www.npmjs.com/package/squad-bmad)
5
5
 
6
6
  *Read this in other languages: [English](README.md), [Tiếng Việt](README.vi.md).*
package/README.vi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Squad BMAD: Trợ Lý Ảo Điều Phối Dự Án Tự Động Với Gemini & Claude Code
2
2
 
3
- [![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)](CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)](CHANGELOG.md)
4
4
  [![npm](https://img.shields.io/npm/v/squad-bmad.svg)](https://www.npmjs.com/package/squad-bmad)
5
5
 
6
6
  Chào mừng bạn đến với **Squad BMAD** – một boilerplate/giải pháp thiết kế để biến **Gemini CLI** trở thành một **Project Manager & Principal Tech Lead** thực thụ. Bằng cách kết hợp sức mạnh điều phối của Gemini và khả năng lập trình/suy luận xuất sắc của **Claude Code** thông qua môi trường **Tmux**, dự án này tự động hóa và tối ưu hóa luồng công việc phát triển phần mềm dựa trên nền tảng phương pháp luận **BMAD**.
package/bin/cli.js CHANGED
@@ -224,6 +224,9 @@ async function install() {
224
224
  console.log(`${c.green}${c.bold} ✓ Installation complete!${c.reset}\n`);
225
225
  info(`Run ${c.bold}.gemini/scripts/setup-sessions.sh${c.reset} to create your tmux sessions.`);
226
226
  info(`Then attach: ${c.bold}tmux attach -t gemini-orchestrator-<folder>${c.reset}`);
227
+ info(`Inside Gemini, run the slash command for your language:`);
228
+ console.log(` ${c.cyan}English:${c.reset} ${c.bold}/withClaudeCodeTmux${c.reset}`);
229
+ console.log(` ${c.cyan}Tiếng Việt:${c.reset} ${c.bold}/withClaudeCodeTmux.vi${c.reset}`);
227
230
  console.log();
228
231
  }
229
232
 
@@ -253,6 +256,10 @@ async function upgrade() {
253
256
  checkBmad();
254
257
 
255
258
  console.log(`${c.green}${c.bold} ✓ Upgrade complete!${c.reset}\n`);
259
+ info(`Inside Gemini, run the slash command for your language:`);
260
+ console.log(` ${c.cyan}English:${c.reset} ${c.bold}/withClaudeCodeTmux${c.reset}`);
261
+ console.log(` ${c.cyan}Tiếng Việt:${c.reset} ${c.bold}/withClaudeCodeTmux.vi${c.reset}`);
262
+ console.log();
256
263
  }
257
264
 
258
265
  // ── Entry point ───────────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squad-bmad",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Automated project orchestration boilerplate with Gemini CLI & Claude Code via Tmux, following the BMAD methodology.",
5
5
  "keywords": [
6
6
  "gemini",