hooks.json 323 B

123456789101112131415
  1. {
  2. "description": "Explanatory mode hook that adds educational insights instructions",
  3. "hooks": {
  4. "SessionStart": [
  5. {
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh\""
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }