@byh3071/vhk 0.3.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 byh3071
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,58 @@
1
+ # πŸ”§ VHK β€” Vibe Harness Kit
2
+
3
+ > AI μ½”λ”© μ—μ΄μ „νŠΈλ₯Ό λΆ€λ¦¬λŠ” μ‚¬λžŒμ„ μœ„ν•œ 풀사이클 CLI
4
+
5
+ ## μ„€μΉ˜
6
+
7
+ ```bash
8
+ npm i -g vhk
9
+ ```
10
+
11
+ ```bash
12
+ # λ˜λŠ”
13
+ npx vhk init
14
+ ```
15
+
16
+ ## μ»€λ§¨λ“œ
17
+
18
+ | μ»€λ§¨λ“œ | μ„€λͺ… |
19
+ |--------|------|
20
+ | `vhk gate` | 아이디어 13단계 검증 β†’ GO/REFINE/DROP |
21
+ | `vhk init` | ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” + ν•˜λ„€μŠ€ 파일 μžλ™ 생성 |
22
+ | `vhk recap` | Git diff β†’ μ„Έμ…˜ 둜그 μžλ™ 생성 |
23
+ | `vhk sync` | RULES.md β†’ `.cursorrules` + `CLAUDE.md` 동기화 |
24
+
25
+ ## νŠΉμ§•
26
+
27
+ - πŸ‡°πŸ‡· **ν•œκ΅­μ–΄ 퍼슀트** β€” 터미널 전체가 ν•œκ΅­μ–΄λ‘œ λ™μž‘
28
+ - ⚑ **제둜 μ„€μ •** β€” `npx vhk init` ν•œ 방이면 끝
29
+ - πŸ“ **둜컬 퍼슀트** β€” λ°μ΄ν„°λŠ” ν”„λ‘œμ νŠΈ 폴더에 μ €μž₯
30
+ - πŸ• **독푸딩** β€” VHK μžμ²΄κ°€ VHK둜 λ§Œλ“€μ–΄μ§
31
+
32
+ ## μš”κ΅¬ 사항
33
+
34
+ - Node.js >= 20
35
+
36
+ ## λΌμ΄μ„ μŠ€
37
+
38
+ MIT
39
+
40
+ ## 배포 (maintainers)
41
+
42
+ ```bash
43
+ # 1. npm 둜그인 (졜초 1회)
44
+ npm login
45
+
46
+ # 2. λΉŒλ“œ + ν…ŒμŠ€νŠΈ
47
+ pnpm build
48
+ pnpm test
49
+
50
+ # 3. 배포
51
+ npm publish
52
+
53
+ # 4. 확인
54
+ npm info vhk
55
+ npx vhk --help
56
+ ```
57
+
58
+ `package.json`의 `prepublishOnly` μŠ€ν¬λ¦½νŠΈκ°€ publish 전에 λΉŒλ“œΒ·ν…ŒμŠ€νŠΈλ₯Ό μžλ™ μ‹€ν–‰ν•©λ‹ˆλ‹€.
@@ -0,0 +1,2 @@
1
+
2
+ export { }