@sys9/chord-cli 0.1.121-linux-arm64 → 0.1.122-darwin-x64

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
@@ -18,3 +18,11 @@ chord version
18
18
  Release builds publish this root package plus platform-specific optional dependencies. The root package only contains the Node launcher; the native binary lives in the matching platform package.
19
19
 
20
20
  If the API reports a newer daemon protocol, the packaged launcher restarts the daemon once with the exact compatible `@sys9/chord-cli` version through `npx` or `bunx`. It does not change the global installation or select an unverified `latest` version.
21
+
22
+ The same launcher owns Host detail's managed `Update now` flow. After the old daemon closes, it
23
+ snapshots daemon SQLite and starts the exact release selected by the API. The update commits only
24
+ after that release reconnects the same Host and confirms the API has registered and settled its
25
+ command stream. If the candidate exits or times out before readiness, the launcher restores SQLite
26
+ and starts the packaged prior binary once. Runtime-owned Sessions, active turns, and native files
27
+ continue through both replacement paths. A standalone native binary cannot advertise or perform
28
+ this managed update.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sys9/chord-cli",
3
- "version": "0.1.121-linux-arm64",
3
+ "version": "0.1.122-darwin-x64",
4
4
  "description": "Chord CLI package used by @sys9/cli",
5
5
  "license": "UNLICENSED",
6
6
  "os": [
7
- "linux"
7
+ "darwin"
8
8
  ],
9
9
  "cpu": [
10
- "arm64"
10
+ "x64"
11
11
  ],
12
12
  "files": [
13
13
  "vendor"
index 8cdb9a8..123471a 100755
Binary file