@su-record/vibe 1.1.7 → 1.1.8

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,7 @@ npm install -g @su-record/vibe
36
36
  ```bash
37
37
  # 기존 프로젝트에서
38
38
  vibe init
39
+ # → hi-ai MCP가 .vibe/mcp/에 로컬 설치됨
39
40
 
40
41
  # 새 프로젝트 생성
41
42
  vibe init my-project
@@ -245,6 +246,14 @@ AI의 역할과 전문성 정의
245
246
 
246
247
  > **Note**: hi-ai MCP는 프로젝트별 `.vibe/mcp/` 폴더에 로컬 설치되어 안정적으로 작동합니다.
247
248
 
249
+ ### Hooks (자동 설정)
250
+
251
+ | Hook | 트리거 | 동작 |
252
+ |------|--------|------|
253
+ | `SessionStart` | 세션 시작 | 이전 컨텍스트 자동 복원 |
254
+ | `PostToolUse` | Write/Edit 후 | 품질 체크리스트 검토 |
255
+ | `Notification` | 컨텍스트 70/85/95% | 저장 알림 |
256
+
248
257
  ### 선택적 연동 (외부 LLM)
249
258
 
250
259
  | MCP 서버 | 명령어 | 설명 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework",
5
5
  "bin": {
6
6
  "vibe": "./bin/vibe"