Initial commit
This commit is contained in:
17
.claude-plugin/hooks.json
Normal file
17
.claude-plugin/hooks.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user