Add Effect-native core event system (#27415)

This commit is contained in:
Dax 2026-05-14 20:50:23 -04:00 committed by GitHub
commit e11e089e42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 1509 additions and 526 deletions

View file

@ -1,7 +1,7 @@
import { sqliteTable, text, integer, index, primaryKey, real } from "drizzle-orm/sqlite-core"
import { ProjectTable } from "../project/project.sql"
import type { MessageV2 } from "./message-v2"
import type { SessionMessage } from "../v2/session-message"
import type { SessionMessage } from "@opencode-ai/core/session-message"
import type { Snapshot } from "../snapshot"
import type { Permission } from "../permission"
import type { ProjectID } from "../project/schema"