feat(proto): envelope, commands, events, ids with serde round-trip tests
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,5 @@ pub mod codec;
|
||||
pub mod ids;
|
||||
pub mod message;
|
||||
|
||||
// re-exports added in Task 1 when types are defined
|
||||
// pub use ids::{SurfaceId, WorkspaceId};
|
||||
// pub use message::{Cmd, Envelope, ErrorBody, Evt};
|
||||
pub use ids::{SurfaceId, WorkspaceId};
|
||||
pub use message::{Cmd, Envelope, ErrorBody, Evt};
|
||||
|
||||
Reference in New Issue
Block a user