Retire legacy sources and verify managed iOS deployment
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s

This commit is contained in:
2026-09-19 22:40:48 +02:00
parent 42e3bbe14c
commit c9ed832459
109 changed files with 877 additions and 4981 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* protocol/protocol.h: control-plane (de)serialization + routing.
*
* Wire format is a length-prefixed protobuf `Envelope`
* (core/proto/voicecat.proto). This layer parses frames into Envelopes, correlates
* (proto/voicecat.proto). This layer parses frames into Envelopes, correlates
* request_id response, and dispatches to handlers. Media frames do NOT come through here
* (they use the fixed binary header
*