Protocol Schema
proto/core.proto: methods, results, objects, and updates.@inline-chat/protocol: TypeScript schema and transport.inline-protocol: Rust schema and protocol.
Install TypeScript:
npm install @inline-chat/protocolInstall Rust:
cargo add inline-protocolMethod selects the matching RpcCall input. Unknown fields must remain forward-compatible. Unknown durable updates still require sequence coverage before cursor advancement.