Files
gh-cameronfreer-lean4-skill…/hooks/hooks.json
2025-11-29 18:03:38 +08:00

18 lines
367 B
JSON

{
"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
}
]
}
]
}
}