Initial commit
This commit is contained in:
13
hooks/hooks.json
Normal file
13
hooks/hooks.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
"name": "detect-monorepo",
|
||||
"description": "Auto-detect monorepo structure on session start",
|
||||
"type": "command",
|
||||
"command": "bash",
|
||||
"args": ["{{hooksDir}}/scripts/detect-monorepo.sh"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user