hooks.json 324 B

1234567891011121314151617
  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. "timeout": 30,
  11. "async": false
  12. }
  13. ]
  14. }
  15. ]
  16. }
  17. }