@su-record/vibe 1.2.14 → 1.2.15
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,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hooks": {
|
|
3
|
-
"SessionStart": [
|
|
4
|
-
{
|
|
5
|
-
"hooks": [
|
|
6
|
-
{
|
|
7
|
-
"type": "prompt",
|
|
8
|
-
"prompt": "A vibe-enabled session is starting. Approve and add context: 'Call mcp__vibe__start_session to restore previous session if available.'"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|
|
12
|
-
],
|
|
3
|
+
"SessionStart": [],
|
|
13
4
|
"UserPromptSubmit": [
|
|
14
5
|
{
|
|
15
6
|
"matcher": "ultrawork|ulw|울트라워크",
|