@su-record/vibe 2.4.9 → 2.4.10
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/hooks/hooks.json +7 -9
- package/package.json +1 -1
package/hooks/hooks.json
CHANGED
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"hooks": [
|
|
107
107
|
{
|
|
108
108
|
"type": "command",
|
|
109
|
-
"command": "echo '[GPT-5.2 AVAILABLE] Architecture review
|
|
109
|
+
"command": "echo '[GPT-5.2 AVAILABLE] Architecture review recommended. Claude should call: import(\"@su-record/vibe/lib/gpt\").then(g => g.chat({...}))'"
|
|
110
110
|
}
|
|
111
111
|
]
|
|
112
112
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"hooks": [
|
|
116
116
|
{
|
|
117
117
|
"type": "command",
|
|
118
|
-
"command": "echo '[GEMINI-3
|
|
118
|
+
"command": "echo '[GEMINI-3 AVAILABLE] UI/UX review recommended. Claude should call: import(\"@su-record/vibe/lib/gemini\").then(g => g.chat({...}))'"
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
},
|
|
@@ -124,18 +124,16 @@
|
|
|
124
124
|
"hooks": [
|
|
125
125
|
{
|
|
126
126
|
"type": "command",
|
|
127
|
-
"command": "node -e \"import(
|
|
128
|
-
"statusMessage": "Asking GPT-5.2..."
|
|
127
|
+
"command": "echo '[GPT-5.2 READY] Claude should execute: node -e \"import(\\\"@su-record/vibe/lib/gpt\\\").then(g => g.quickAsk(\\\"USER_QUESTION_HERE\\\")).then(console.log).catch(e => console.error(e.message))\"'"
|
|
129
128
|
}
|
|
130
129
|
]
|
|
131
130
|
},
|
|
132
131
|
{
|
|
133
|
-
"matcher": "gemini.*물어|gemini.*질문|gemini.*한테|ask.*gemini|gemini
|
|
132
|
+
"matcher": "gemini.*물어|gemini.*질문|gemini.*한테|ask.*gemini|gemini.*분석|제미나이",
|
|
134
133
|
"hooks": [
|
|
135
134
|
{
|
|
136
135
|
"type": "command",
|
|
137
|
-
"command": "node -e \"import(
|
|
138
|
-
"statusMessage": "Asking Gemini 3..."
|
|
136
|
+
"command": "echo '[GEMINI-3 READY] Claude should execute: node -e \"import(\\\"@su-record/vibe/lib/gemini\\\").then(g => g.quickAsk(\\\"USER_QUESTION_HERE\\\")).then(console.log).catch(e => console.error(e.message))\"'"
|
|
139
137
|
}
|
|
140
138
|
]
|
|
141
139
|
},
|
|
@@ -144,7 +142,7 @@
|
|
|
144
142
|
"hooks": [
|
|
145
143
|
{
|
|
146
144
|
"type": "command",
|
|
147
|
-
"command": "echo '[GPT-5.2 DEBUG] For debugging
|
|
145
|
+
"command": "echo '[GPT-5.2 DEBUG] For debugging, Claude should call GPT via: import(\"@su-record/vibe/lib/gpt\").then(g => g.chat({...}))'"
|
|
148
146
|
}
|
|
149
147
|
]
|
|
150
148
|
},
|
|
@@ -153,7 +151,7 @@
|
|
|
153
151
|
"hooks": [
|
|
154
152
|
{
|
|
155
153
|
"type": "command",
|
|
156
|
-
"command": "echo '[GEMINI-3 CODE] For code analysis
|
|
154
|
+
"command": "echo '[GEMINI-3 CODE] For code analysis, Claude should call Gemini via: import(\"@su-record/vibe/lib/gemini\").then(g => g.chat({...}))'"
|
|
157
155
|
}
|
|
158
156
|
]
|
|
159
157
|
}
|