@su-record/vibe 2.4.59 → 2.4.61

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.
Files changed (2) hide show
  1. package/hooks/hooks.json +6 -26
  2. package/package.json +1 -1
package/hooks/hooks.json CHANGED
@@ -133,42 +133,22 @@
133
133
  ]
134
134
  },
135
135
  {
136
- "matcher": "^(gpt[-.\\s]|지피티-)",
136
+ "matcher": "^vibe-test-gpt",
137
137
  "hooks": [
138
138
  {
139
139
  "type": "command",
140
- "command": "node {{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js gpt orchestrate",
141
- "statusMessage": "Asking GPT..."
140
+ "command": "node {{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js gpt orchestrate \"You are a helpful assistant. Answer the user's question clearly and concisely.\"",
141
+ "statusMessage": "Testing GPT..."
142
142
  }
143
143
  ]
144
144
  },
145
145
  {
146
- "matcher": "^vibe-gpt-",
146
+ "matcher": "^vibe-test-gemini",
147
147
  "hooks": [
148
148
  {
149
149
  "type": "command",
150
- "command": "node {{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js gpt orchestrate-json \"You are a Vibe orchestrator. Process the request and output structured JSON.\"",
151
- "statusMessage": "Vibe GPT orchestrating..."
152
- }
153
- ]
154
- },
155
- {
156
- "matcher": "^(gemini[-.\\s]|제미나이-)",
157
- "hooks": [
158
- {
159
- "type": "command",
160
- "command": "node {{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js gemini orchestrate",
161
- "statusMessage": "Asking Gemini..."
162
- }
163
- ]
164
- },
165
- {
166
- "matcher": "^vibe-gemini-",
167
- "hooks": [
168
- {
169
- "type": "command",
170
- "command": "node {{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js gemini orchestrate-json \"You are a Vibe orchestrator. Process the request and output structured JSON.\"",
171
- "statusMessage": "Vibe Gemini orchestrating..."
150
+ "command": "node {{VIBE_PATH}}/hooks/scripts/llm-orchestrate.js gemini orchestrate \"You are a helpful assistant. Answer the user's question clearly and concisely.\"",
151
+ "statusMessage": "Testing Gemini..."
172
152
  }
173
153
  ]
174
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "2.4.59",
3
+ "version": "2.4.61",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework with 35+ integrated tools",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",