rz-agent-protocol 0.3.0

@@RZ: wire protocol for inter-agent messaging (transport-agnostic)
Documentation

Wire protocol: JSON envelopes with @@RZ: sentinel.

Every protocol message is a single line:

@@RZ:{"id":"...","from":"...","kind":{"kind":"chat","body":{"text":"..."}}}

The @@RZ: prefix lets receivers distinguish protocol messages from normal shell output or human typing.