@byh3071/vhk 1.5.0 → 1.5.1

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/README.md +2 -2
  2. package/package.json +10 -3
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  id: vhk-readme
3
3
  date: 2026-05-28
4
- tags: [vhk, cli, readme, v1.5.0, ga]
4
+ tags: [vhk, cli, readme, v1.5.1, ga]
5
5
  ---
6
6
 
7
7
  # 🔧 VHK — Vibe Harness Kit
8
8
 
9
- > 🎉 **v1.5.0** — **규칙은 한 벌로 Cursor·Claude·Windsurf·Copilot·Antigravity에, 맥락은 클라우드로.**
9
+ > 🎉 **v1.5.1** — **규칙은 한 벌로 Cursor·Claude·Windsurf·Copilot·Antigravity에, 맥락은 클라우드로.**
10
10
  > 도구·기기를 옮겨도 `vhk` 명령으로 그대로 불러옵니다. (포터빌리티)
11
11
  >
12
12
  > AI 코딩 에이전트를 부리는 사람을 위한 **한국어 풀사이클 CLI**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@byh3071/vhk",
3
- "version": "1.5.0",
4
- "description": "Vibe Harness Kit — 바이브코딩 풀사이클 CLI",
3
+ "version": "1.5.1",
4
+ "description": "Vibe Harness Kit — AI 코딩 도구·기기를 바꿔도 규칙·맥락이 따라가는 포터빌리티 CLI (sync: Cursor·Claude·Windsurf·Copilot·Antigravity / cloud 백업)",
5
5
  "bin": {
6
6
  "vhk": "dist/index.js",
7
7
  "vhk-mcp": "dist/mcp/index.js"
@@ -18,7 +18,14 @@
18
18
  "cli",
19
19
  "scaffold",
20
20
  "session-log",
21
- "rules-sync"
21
+ "rules-sync",
22
+ "portability",
23
+ "ai-coding",
24
+ "cursor",
25
+ "claude",
26
+ "windsurf",
27
+ "copilot",
28
+ "context-sync"
22
29
  ],
23
30
  "author": "byh3071 <byh3071@gmail.com>",
24
31
  "license": "MIT",