| 123456789101112131415 |
- {
- "description": "Explanatory mode hook that adds educational insights instructions",
- "hooks": {
- "SessionStart": [
- {
- "hooks": [
- {
- "type": "command",
- "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh\""
- }
- ]
- }
- ]
- }
- }
|