@byh3071/vhk 0.6.0 → 0.7.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.
package/README.md CHANGED
@@ -83,7 +83,7 @@ vhk 기획 끝났고 바로 시작
83
83
  | `vhk sync` | `규칙`, `맞추기` | RULES.md → `.cursorrules` + CLAUDE.md |
84
84
  | `vhk check` | `점검`, `린트` | RULES.md 규칙 위반 검사 |
85
85
  | `vhk secure` | `보안` | 시크릿·키 유출 스캔 (`scan` / `스캔` 동일). **CRITICAL/HIGH 발견 시 exit code 1** (CI용) |
86
- | `vhk ship` | `배포`, `릴리즈` | 배포 체크리스트 + 회고 + 빌드 로그 |
86
+ | `vhk ship` | `출하` | 배포 체크리스트 + 회고 + 빌드 로그 |
87
87
  | `vhk doctor` | `환경`, `진단` | Node / npm / pnpm / Git 환경 점검 |
88
88
  | `vhk save` | `저장`, `커밋` | git add · commit · push 한 번에 |
89
89
  | `vhk undo` | `되돌리기`, `취소` | 최근 커밋 soft reset (변경은 staged 유지) |
@@ -91,6 +91,10 @@ vhk 기획 끝났고 바로 시작
91
91
  | `vhk status` | `상태`, `현황` | 브랜치·변경·커밋·원격·버전 대시보드 |
92
92
  | `vhk mcp` | — | MCP 서버 시작 (Cursor 등 MCP 클라이언트용, stdio) |
93
93
  | `vhk mcp-init` | `mcp설정` | Cursor `.cursor/mcp.json` 자동 생성 |
94
+ | `vhk deploy` | `배포` | 프로덕션 배포 (Vercel / Netlify / Cloudflare 자동 감지) |
95
+ | `vhk env` | `환경변수` | `.env` → `.env.example` 동기화 + `.gitignore`에 `.env` 자동 추가 |
96
+ | `vhk env-check` | `환경변수점검` | `.env.example` 기준 누락 환경변수 검사 |
97
+ | `vhk publish` | `출시` | npm 배포 자동화 (버전 범프 → 빌드 → 테스트 → publish → git tag) |
94
98
 
95
99
  ### init 옵션
96
100