Skip to content

Commit 143e881

Browse files
committed
CM-60929-claude-session-hook-for-startup-only
1 parent dfe764c commit 143e881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cycode/cli/apps/ai_guardrails/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _get_claude_code_hooks_config(async_mode: bool = False) -> dict:
117117
'hooks': {
118118
'SessionStart': [
119119
{
120-
'matcher': '',
120+
'matcher': 'startup',
121121
'hooks': [{'type': 'command', 'command': CYCODE_ENSURE_AUTH_COMMAND}],
122122
}
123123
],

0 commit comments

Comments
 (0)