hooks.json 270 B

123456789101112131415
  1. {
  2. "hooks": {
  3. "SessionStart": [
  4. {
  5. "matcher": "startup|resume|clear|compact",
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }