hooks.json 334 B

1234567891011121314151617
  1. {
  2. "hooks": {
  3. "SessionStart": [
  4. {
  5. "matcher": "startup|clear|compact",
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start",
  10. "shell": "bash",
  11. "async": false
  12. }
  13. ]
  14. }
  15. ]
  16. }
  17. }