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.
Files changed (2) hide show
  1. package/dist/setup.js +2 -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: 'bash .claude/hooks/run-hook.sh user-prompt-submit',
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: 'bash .claude/hooks/run-hook.sh stop-validator',
221
+ command: 'npx tsx .claude/hooks/stop-validator.ts',
222
222
  timeout: 30,
223
223
  },
224
224
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "start-vibing-stacks",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "AI-powered multi-stack dev workflow for Claude Code. Supports PHP, Node.js, Python and more.",
5
5
  "type": "module",
6
6
  "bin": {