@su-record/vibe 1.0.21 → 1.1.0
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/package.json
CHANGED
|
@@ -1,79 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hooks": {
|
|
3
|
-
"
|
|
4
|
-
{
|
|
5
|
-
"matcher": "Read",
|
|
6
|
-
"hooks": [
|
|
7
|
-
{
|
|
8
|
-
"type": "prompt",
|
|
9
|
-
"prompt": "파일 읽기 전: 1) 전체 파일이 필요한가? offset/limit 파라미터로 필요한 부분만 읽기 2) 이미 읽은 파일인가? 중복 읽기 방지 3) Grep으로 특정 부분만 검색 가능한가?"
|
|
10
|
-
}
|
|
11
|
-
]
|
|
12
|
-
},
|
|
3
|
+
"PostToolUse": [
|
|
13
4
|
{
|
|
14
|
-
"matcher": "
|
|
5
|
+
"matcher": "Write|Edit",
|
|
15
6
|
"hooks": [
|
|
16
7
|
{
|
|
17
8
|
"type": "prompt",
|
|
18
|
-
"prompt": "
|
|
9
|
+
"prompt": ".vibe/rules/quality/checklist.md 기준으로 방금 수정한 코드를 검토하세요. 문제가 있으면 간단히 알려주세요."
|
|
19
10
|
}
|
|
20
11
|
]
|
|
21
12
|
}
|
|
22
13
|
],
|
|
23
|
-
"
|
|
14
|
+
"Notification": [
|
|
24
15
|
{
|
|
25
|
-
"matcher": "
|
|
16
|
+
"matcher": "context_window_70",
|
|
26
17
|
"hooks": [
|
|
27
18
|
{
|
|
28
19
|
"type": "prompt",
|
|
29
|
-
"prompt": "
|
|
20
|
+
"prompt": "컨텍스트 70% 도달. 불필요한 파일 전체 읽기를 피하세요."
|
|
30
21
|
}
|
|
31
22
|
]
|
|
32
23
|
},
|
|
33
24
|
{
|
|
34
|
-
"matcher": "
|
|
25
|
+
"matcher": "context_window_85",
|
|
35
26
|
"hooks": [
|
|
36
27
|
{
|
|
37
28
|
"type": "prompt",
|
|
38
|
-
"prompt": "
|
|
29
|
+
"prompt": "컨텍스트 85% 도달. mcp__vibe__auto_save_context로 현재 상태를 저장하세요."
|
|
39
30
|
}
|
|
40
31
|
]
|
|
41
32
|
},
|
|
42
33
|
{
|
|
43
|
-
"matcher": "
|
|
34
|
+
"matcher": "context_window_95",
|
|
44
35
|
"hooks": [
|
|
45
36
|
{
|
|
46
37
|
"type": "prompt",
|
|
47
|
-
"prompt": "
|
|
38
|
+
"prompt": "컨텍스트 95% 도달. 즉시 mcp__vibe__auto_save_context 실행하고 세션 전환을 준비하세요."
|
|
48
39
|
}
|
|
49
40
|
]
|
|
50
41
|
}
|
|
51
42
|
],
|
|
52
|
-
"
|
|
43
|
+
"Stop": [
|
|
53
44
|
{
|
|
54
|
-
"matcher": "
|
|
55
|
-
"hooks": [
|
|
56
|
-
{
|
|
57
|
-
"type": "prompt",
|
|
58
|
-
"prompt": "📊 컨텍스트 70% 도달. 아직 충분한 여유가 있습니다. 작업을 서두르지 말고 품질에 집중하세요. 불필요한 파일 전체 읽기를 피하고 필요한 부분만 참조하세요."
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"matcher": "context_window_85",
|
|
64
|
-
"hooks": [
|
|
65
|
-
{
|
|
66
|
-
"type": "prompt",
|
|
67
|
-
"prompt": "⚠️ 컨텍스트 85% 도달 (선제적 압축 권고). 1) mcp__vibe__auto_save_context로 현재 상태 저장 2) 오래된 도구 출력은 요약으로 대체 3) 중복 읽은 파일 내용 정리 4) 핵심 정보만 유지하면서 작업 계속"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"matcher": "context_window_95",
|
|
45
|
+
"matcher": ".*",
|
|
73
46
|
"hooks": [
|
|
74
47
|
{
|
|
75
48
|
"type": "prompt",
|
|
76
|
-
"prompt": "
|
|
49
|
+
"prompt": "Save current progress using mcp__vibe__auto_save_context before session ends."
|
|
77
50
|
}
|
|
78
51
|
]
|
|
79
52
|
}
|
|
@@ -84,7 +57,7 @@
|
|
|
84
57
|
"hooks": [
|
|
85
58
|
{
|
|
86
59
|
"type": "prompt",
|
|
87
|
-
"prompt": "
|
|
60
|
+
"prompt": "mcp__vibe__start_session을 호출하여 이전 세션 컨텍스트를 복원하세요."
|
|
88
61
|
}
|
|
89
62
|
]
|
|
90
63
|
}
|