Files
2025-11-29 18:48:38 +08:00

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"
}
]
}
]
}
}