@byh3071/vhk 2.4.1 → 2.4.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 +1 -0
- package/dist/{chunk-Y7SJVHGS.js → chunk-WZH5CA4H.js} +284 -130
- package/dist/index.js +1372 -964
- package/dist/mcp/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -150,6 +150,7 @@ vhk 기획 끝났고 바로 시작
|
|
|
150
150
|
| `vhk secure` | `보안` | 시크릿·키 유출 스캔 (`scan` / `스캔` 동일). **CRITICAL/HIGH 발견 시 exit code 1** (CI용) |
|
|
151
151
|
| `vhk ship` | `출하` | 배포 체크리스트 + 회고 + 빌드 로그 |
|
|
152
152
|
| `vhk doctor` | `환경`, `진단` | Node / npm / pnpm / Git 환경 점검 |
|
|
153
|
+
| `vhk preflight` | `출고점검` | 출고 전 안전점검 — 2FA·shim·worktree env·lint·타입·테스트·git·브랜치 8개 일괄, 치명(env/lint/타입/테스트) 실패 시 차단(exit 1). 기본 `vitest --changed`, `--publish`/`--pr`/`--full` |
|
|
153
154
|
| `vhk cloud push` | `클라우드`, `올리기` | `.vhk/` 를 GitHub secret gist 로 백업 (gh CLI 인증 사용) |
|
|
154
155
|
| `vhk cloud pull` | `내리기` | gist 에서 `.vhk/` 복원 (`vhk cloud pull <gistId>` 또는 cloud.json) |
|
|
155
156
|
| `vhk save` | `저장`, `커밋` | git add · commit · push 한 번에 |
|