18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "startup|resume|clear|compact",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "./.claude/hooks/SessionStart.sh",
|
|
"timeout": 60,
|
|
"description": "Initialize RAG-MAF systems on session start"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|