hooks.json 311 B

123456789101112131415
  1. {
  2. "description": "Learning mode hook that adds interactive learning instructions",
  3. "hooks": {
  4. "SessionStart": [
  5. {
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }