Versions in this module Expand all Collapse all v0 v0.1.4 Jul 11, 2026 Changes in this version + type Dispatcher struct + func NewDispatcher() *Dispatcher + func (d *Dispatcher) DispatchAfterReview(result string) error + func (d *Dispatcher) DispatchBeforeReview(context string) error + func (d *Dispatcher) List() map[HookType][]*Hook + func (d *Dispatcher) LoadHooksFromDir(dir string) error + func (d *Dispatcher) Register(hookType HookType, hook *Hook) + func (d *Dispatcher) RegisterBuiltin() + type Hook struct + Args []string + Command string + Name string + type HookType string + const HookAfterReview + const HookBeforeReview + const HookSessionEnd + const HookSessionStart + func HookTypeFromString(s string) HookType