hooks.json 221 B

1234567891011121314
  1. {
  2. "hooks": {
  3. "SessionStart": [
  4. {
  5. "hooks": [
  6. {
  7. "type": "command",
  8. "command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-autofix.sh"
  9. }
  10. ]
  11. }
  12. ]
  13. }
  14. }