@su-record/vibe 1.1.6 → 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 +10 -2
  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
@@ -138,8 +139,7 @@ project/
138
139
  └── .vibe/
139
140
  ├── config.json # 프로젝트 설정
140
141
  ├── constitution.md # 프로젝트 원칙
141
- ├── mcp/ # hi-ai MCP (로컬 설치)
142
- │ └── node_modules/ # .gitignore에 포함
142
+ ├── mcp/ # hi-ai MCP (로컬 설치, .gitignore)
143
143
  ├── rules/ # 코딩 규칙
144
144
  │ ├── core/ # 핵심 원칙
145
145
  │ ├── quality/ # 품질 체크리스트
@@ -246,6 +246,14 @@ AI의 역할과 전문성 정의
246
246
 
247
247
  > **Note**: hi-ai MCP는 프로젝트별 `.vibe/mcp/` 폴더에 로컬 설치되어 안정적으로 작동합니다.
248
248
 
249
+ ### Hooks (자동 설정)
250
+
251
+ | Hook | 트리거 | 동작 |
252
+ |------|--------|------|
253
+ | `SessionStart` | 세션 시작 | 이전 컨텍스트 자동 복원 |
254
+ | `PostToolUse` | Write/Edit 후 | 품질 체크리스트 검토 |
255
+ | `Notification` | 컨텍스트 70/85/95% | 저장 알림 |
256
+
249
257
  ### 선택적 연동 (외부 LLM)
250
258
 
251
259
  | MCP 서버 | 명령어 | 설명 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.1.6",
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"