Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:38 +08:00
commit 1f97c6a3a3
4 changed files with 77 additions and 0 deletions

17
hooks/hooks.json Normal file
View File

@@ -0,0 +1,17 @@
{
"description": "Lean4 bootstrap: set env vars for sorry analyzer and plugin paths.",
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/bootstrap.sh startup",
"timeout": 20
}
]
}
]
}
}