hooks.json 418 B

123456789101112131415161718
  1. {
  2. "description": "OAC session initialization — injects workflow context on session start",
  3. "hooks": {
  4. "SessionStart": [
  5. {
  6. "matcher": "startup|resume|clear|compact",
  7. "hooks": [
  8. {
  9. "type": "command",
  10. "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
  11. "timeout": 30,
  12. "async": false
  13. }
  14. ]
  15. }
  16. ]
  17. }
  18. }