@su-record/vibe 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/bin/vibe +3 -0
  2. package/package.json +1 -1
package/bin/vibe CHANGED
@@ -545,6 +545,9 @@ async function update() {
545
545
  }
546
546
  }
547
547
 
548
+ // 협업자 자동 설치 설정 (update에서도 실행)
549
+ setupCollaboratorAutoInstall(projectRoot);
550
+
548
551
  // MCP 서버 등록 확인
549
552
  const { execSync } = require('child_process');
550
553
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework",
5
5
  "bin": {
6
6
  "vibe": "./bin/vibe"