package claude import "testing" func TestEventTypesCompile(t *testing.T) { _ = Event{} _ = EventTypeHistoryAppend _ = EventTypeFileChanged _ = EventTypeServerNotice _ = EventTypeServerError }