start-vibing-stacks 2.4.1 → 2.4.2
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/dist/setup.js +2 -2
- package/package.json +1 -1
package/dist/setup.js
CHANGED
|
@@ -207,7 +207,7 @@ export async function setupProject(projectDir, config, options = {}) {
|
|
|
207
207
|
hooks: [
|
|
208
208
|
{
|
|
209
209
|
type: 'command',
|
|
210
|
-
command: '
|
|
210
|
+
command: 'npx tsx .claude/hooks/user-prompt-submit.ts',
|
|
211
211
|
timeout: 10,
|
|
212
212
|
},
|
|
213
213
|
],
|
|
@@ -218,7 +218,7 @@ export async function setupProject(projectDir, config, options = {}) {
|
|
|
218
218
|
hooks: [
|
|
219
219
|
{
|
|
220
220
|
type: 'command',
|
|
221
|
-
command: '
|
|
221
|
+
command: 'npx tsx .claude/hooks/stop-validator.ts',
|
|
222
222
|
timeout: 30,
|
|
223
223
|
},
|
|
224
224
|
],
|