@ours.network/install 0.18.0-nightly.2 → 0.18.0-nightly.4

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,6 +35,11 @@ The operator CLI owns daemon configuration, lifecycle, and boot persistence.
35
35
  The MCP package is only the stdio adapter spawned by agent harnesses; the
36
36
  installer never asks `ours-mcp` to start a daemon.
37
37
 
38
+ The external-history storage epoch is a clean breaking reset. The daemon refuses
39
+ old packet state without modifying it, and this installer never migrates, purges,
40
+ or silently replaces identities, contacts, invites, pending payloads, or history.
41
+ Back up any wanted old state and remove it explicitly before starting the new epoch.
42
+
38
43
  ## What remains stopped
39
44
 
40
45
  Telegram and Fleet are installed but intentionally not started. Review and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ours.network/install",
3
- "version": "0.18.0-nightly.2",
3
+ "version": "0.18.0-nightly.4",
4
4
  "private": false,
5
5
  "description": "The all-in-one ours.network installer: one shared daemon, MCP, cowork, Telegram, Fleet, harness plugins, Human identity, stopped Fleet starter, progress UI, and guided next steps.",
6
6
  "type": "module",