Cherry-pick fix from hotfix/data-platform-hooks to development. Hooks must be in separate hooks/hooks.json file (auto-discovered), NOT inline in plugin.json. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh"
|
|
}
|
|
]
|
|
}
|
|
}
|