diff --git a/lib/presets.js b/lib/presets.js index 7298092..b5a32a1 100644 --- a/lib/presets.js +++ b/lib/presets.js @@ -103,7 +103,7 @@ export const hookConfigurations = { event: 'SessionStart', config: { type: 'command', - command: 'node .claude/hooks/session-start.js', + command: 'node bin/hooks/session-start.js', timeout: 3, description: 'Intelligent context awareness - shows project status and suggests next steps' } @@ -114,7 +114,7 @@ export const hookConfigurations = { matcher: 'SlashCommand', config: { type: 'command', - command: 'node .claude/hooks/post-action-suggestions.js', + command: 'node bin/hooks/post-action-suggestions.js', timeout: 3, description: 'Smart suggestions for what to do next after slash commands' }