Skip to content

Commit 51b50a3

Browse files
chore: add missing call to SessionStart (#119)
1 parent 85aa78d commit 51b50a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.claude/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"hooks": {
3+
"SessionStart": [
4+
{
5+
"matcher": "startup",
6+
"hooks": [
7+
{
8+
"type": "command",
9+
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/SessionStart.sh"
10+
}
11+
]
12+
}
13+
]
14+
}
15+
}

0 commit comments

Comments
 (0)