hooks.json 298 B

12345678910111213141516
  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. "async": false
  11. }
  12. ]
  13. }
  14. ]
  15. }
  16. }