refactor: type session event protocol

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 23:51:26 +02:00
parent a77012ba83
commit 91957b0fe0
6 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 06. Type the session event protocol
Status: pending
Status: completed
Define a shared discriminated union for session UI events and use it across server event publishing, sockets, and transcript handling.