Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:36 +08:00
commit fa5f444aac
13 changed files with 1103 additions and 0 deletions

13
hooks/hooks.json Normal file
View 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"]
}
]
}
}