@su-record/vibe 1.1.5 → 1.1.7

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
@@ -138,8 +138,7 @@ project/
138
138
  └── .vibe/
139
139
  ├── config.json # 프로젝트 설정
140
140
  ├── constitution.md # 프로젝트 원칙
141
- ├── mcp/ # hi-ai MCP (로컬 설치)
142
- │ └── node_modules/ # .gitignore에 포함
141
+ ├── mcp/ # hi-ai MCP (로컬 설치, .gitignore)
143
142
  ├── rules/ # 코딩 규칙
144
143
  │ ├── core/ # 핵심 원칙
145
144
  │ ├── quality/ # 품질 체크리스트
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework",
5
5
  "bin": {
6
6
  "vibe": "./bin/vibe"
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "hooks": {
3
+ "SessionStart": [
4
+ {
5
+ "hooks": [
6
+ {
7
+ "type": "prompt",
8
+ "prompt": "mcp__vibe__start_session을 호출하여 이전 세션 컨텍스트를 복원하세요."
9
+ }
10
+ ]
11
+ }
12
+ ],
3
13
  "PostToolUse": [
4
14
  {
5
15
  "matcher": "Write|Edit",