@ours.network/cowork 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,6 +15,12 @@ The package runs independently with its own config and state directory. Operator
15
15
 
16
16
  Ordinary ours-mcp identities can join only as remote participants over the ours protocol.
17
17
 
18
+ Active participants can also send files through the room packet. Cowork treats
19
+ them as opaque bytes, archives them before consuming packet state, and relays a
20
+ signed metadata envelope plus the core binary file to every other active seat.
21
+ Files are limited to 2 MiB; larger inputs fail loudly instead of weakening
22
+ crash recovery guarantees.
23
+
18
24
  The release package contains the standalone daemon, operator CLI, compiled room packet, deterministic web assets, and all eleven offline operator topics. It has no dependency on another agent daemon.
19
25
 
20
26
  Licensed under [FSL-1.1-Apache-2.0](./LICENSE).