hooks.json 258 B

123456789101112131415
  1. {
  2. "hooks": {
  3. "SessionStart": [
  4. {
  5. "hooks": [
  6. {
  7. "type": "command",
  8. "command": "'${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd' session-start",
  9. "async": false
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }