15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node .claude/setup.mjs"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|