Files
gh-fiftyk-cc-plugins-market…/hooks/hooks.json
2025-11-29 18:27:10 +08:00

15 lines
230 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/check-figma-api-key.sh"
}
]
}
]
}
}