@su-record/vibe 1.0.22 → 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,50 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hooks": {
|
|
3
|
-
"PreToolUse": [
|
|
4
|
-
{
|
|
5
|
-
"matcher": "Read",
|
|
6
|
-
"hooks": [
|
|
7
|
-
{
|
|
8
|
-
"type": "prompt",
|
|
9
|
-
"prompt": "파일 읽기 전: 1) 전체 파일이 필요한가? offset/limit 파라미터로 필요한 부분만 읽기 2) 이미 읽은 파일인가? 중복 읽기 방지 3) Grep으로 특정 부분만 검색 가능한가?"
|
|
10
|
-
}
|
|
11
|
-
]
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"matcher": "Grep|Glob",
|
|
15
|
-
"hooks": [
|
|
16
|
-
{
|
|
17
|
-
"type": "prompt",
|
|
18
|
-
"prompt": "검색 전: head_limit 파라미터를 활용하여 결과 수를 제한하세요. 너무 많은 결과는 컨텍스트를 낭비합니다."
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
3
|
"PostToolUse": [
|
|
24
4
|
{
|
|
25
5
|
"matcher": "Write|Edit",
|
|
26
6
|
"hooks": [
|
|
27
7
|
{
|
|
28
8
|
"type": "prompt",
|
|
29
|
-
"prompt": ".vibe/rules/quality/checklist.md 기준으로 방금 수정한 코드를 검토하세요.
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"matcher": "Task",
|
|
35
|
-
"hooks": [
|
|
36
|
-
{
|
|
37
|
-
"type": "prompt",
|
|
38
|
-
"prompt": "Task 완료 후: 핵심 결과만 요약하여 mcp__vibe__save_memory로 저장하세요. 전체 출력이 아닌 중요한 결정사항/발견 패턴/다음 단계만 기록하세요."
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"matcher": "Read",
|
|
44
|
-
"hooks": [
|
|
45
|
-
{
|
|
46
|
-
"type": "prompt",
|
|
47
|
-
"prompt": "파일 읽기 후: 전체 내용을 기억하지 마세요. 필요한 정보만 추출하고 나머지는 필요시 다시 읽으세요. 중복 읽기 감지: 같은 파일을 다시 읽었다면 이전 내용은 무시하세요."
|
|
9
|
+
"prompt": ".vibe/rules/quality/checklist.md 기준으로 방금 수정한 코드를 검토하세요. 문제가 있으면 간단히 알려주세요."
|
|
48
10
|
}
|
|
49
11
|
]
|
|
50
12
|
}
|
|
@@ -55,7 +17,7 @@
|
|
|
55
17
|
"hooks": [
|
|
56
18
|
{
|
|
57
19
|
"type": "prompt",
|
|
58
|
-
"prompt": "
|
|
20
|
+
"prompt": "컨텍스트 70% 도달. 불필요한 파일 전체 읽기를 피하세요."
|
|
59
21
|
}
|
|
60
22
|
]
|
|
61
23
|
},
|
|
@@ -64,7 +26,7 @@
|
|
|
64
26
|
"hooks": [
|
|
65
27
|
{
|
|
66
28
|
"type": "prompt",
|
|
67
|
-
"prompt": "
|
|
29
|
+
"prompt": "컨텍스트 85% 도달. mcp__vibe__auto_save_context로 현재 상태를 저장하세요."
|
|
68
30
|
}
|
|
69
31
|
]
|
|
70
32
|
},
|
|
@@ -73,7 +35,7 @@
|
|
|
73
35
|
"hooks": [
|
|
74
36
|
{
|
|
75
37
|
"type": "prompt",
|
|
76
|
-
"prompt": "
|
|
38
|
+
"prompt": "컨텍스트 95% 도달. 즉시 mcp__vibe__auto_save_context 실행하고 세션 전환을 준비하세요."
|
|
77
39
|
}
|
|
78
40
|
]
|
|
79
41
|
}
|
|
@@ -95,7 +57,7 @@
|
|
|
95
57
|
"hooks": [
|
|
96
58
|
{
|
|
97
59
|
"type": "prompt",
|
|
98
|
-
"prompt": "
|
|
60
|
+
"prompt": "mcp__vibe__start_session을 호출하여 이전 세션 컨텍스트를 복원하세요."
|
|
99
61
|
}
|
|
100
62
|
]
|
|
101
63
|
}
|