Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand All @@ -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'
}
Expand Down