pub fn claude_hook_event_for(
event: LifecycleEventKind,
) -> Option<ClaudeHookEvent>Expand description
Map a neutral LifecycleEventKind to the Claude hook event the
adapter surfaces for it. Returns None for events Claude’s hook
protocol does not expose (e.g. supervisor.tick).