feat: 시계 reconciliation 워커와 명령 경계 완성

This commit is contained in:
2026-09-03 09:40:48 +00:00
parent ae7d55ef47
commit a3e2bf90ae
46 changed files with 3011 additions and 219 deletions
+3
View File
@@ -46,6 +46,9 @@ export interface DatabaseClient {
vote: GamePrisma.VoteDelegate;
inputEvent: GamePrisma.InputEventDelegate;
turnDaemonLease: GamePrisma.TurnDaemonLeaseDelegate;
clockSuspension?: GamePrisma.ClockSuspensionDelegate;
clockReconciliationParticipant?: GamePrisma.ClockReconciliationParticipantDelegate;
clockProjectionOutbox?: GamePrisma.ClockProjectionOutboxDelegate;
readModelOutbox: GamePrisma.ReadModelOutboxDelegate;
webPushOutbox: GamePrisma.WebPushOutboxDelegate;
}