@su-record/vibe 1.2.11 → 1.2.12
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,15 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hooks": {
|
|
3
|
-
"SessionStart": [
|
|
4
|
-
{
|
|
5
|
-
"hooks": [
|
|
6
|
-
{
|
|
7
|
-
"type": "prompt",
|
|
8
|
-
"prompt": "If mcp__vibe__start_session is available, call it to restore context. Otherwise, proceed normally with the user's request."
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
3
|
"UserPromptSubmit": [
|
|
14
4
|
{
|
|
15
5
|
"matcher": "ultrawork|ulw|울트라워크",
|
|
@@ -21,17 +11,6 @@
|
|
|
21
11
|
]
|
|
22
12
|
}
|
|
23
13
|
],
|
|
24
|
-
"PostToolUse": [
|
|
25
|
-
{
|
|
26
|
-
"matcher": "Write|Edit",
|
|
27
|
-
"hooks": [
|
|
28
|
-
{
|
|
29
|
-
"type": "prompt",
|
|
30
|
-
"prompt": "Continue your current task. Quick inline check (do NOT stop): (1) No syntax errors, (2) No any types, (3) No security issues (XSS, injection), (4) Preserves existing code style. Fix silently if needed."
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
14
|
"Notification": [
|
|
36
15
|
{
|
|
37
16
|
"matcher": "context_window_70",
|