Files
2025-11-30 09:00:36 +08:00

14 lines
288 B
JSON

{
"hooks": {
"SessionStart": [
{
"name": "detect-monorepo",
"description": "Auto-detect monorepo structure on session start",
"type": "command",
"command": "bash",
"args": ["{{hooksDir}}/scripts/detect-monorepo.sh"]
}
]
}
}