@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 +6 -0
- package/dist/cli.js +621 -9
- package/dist/daemon.js +1293 -999
- package/dist/mufl_code/{9D2DA4CD06758ABFBC52B9C5692A2E30249A3C12F48B6F45F193B22E447F0342.muflo → BBAE58CF78DEE59692F456EAFFA9A6109835B66846FC3989F6D201B8F4523A55.muflo} +0 -0
- package/dist/web/assets/app.js +12 -12
- package/docs/07-messaging-history.md +10 -2
- package/docs/10-limitations.md +3 -1
- package/package.json +1 -1
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).
|