@sys9/chord-cli 0.1.290-linux-arm64 → 0.1.292-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
@@ -1,11 +1,10 @@
1
1
  # @sys9/chord-cli
2
2
 
3
- `@sys9/chord-cli` packages the native `chord` binary for npm. It is intended to be launched through `@sys9/cli`:
3
+ `@sys9/chord-cli` packages the native `chord-daemon` and `chord-bridge` binaries for npm. The package exposes
4
+ only the daemon launcher to users:
4
5
 
5
6
  ```sh
6
- npm install -g @sys9/cli
7
- sys9 chord version
8
- sys9 chord daemon run --server 'https://chord-api.sys9.ai'
7
+ npx -y @sys9/chord-cli@latest run --server 'https://chord-api.sys9.ai'
9
8
  ```
10
9
 
11
10
  Copy the complete command from Add Host. On first use, open the Pair link printed by the CLI. The CLI
@@ -15,10 +14,12 @@ Direct installation also works when needed:
15
14
 
16
15
  ```sh
17
16
  npm install -g @sys9/chord-cli
18
- chord version
17
+ chord-daemon version
19
18
  ```
20
19
 
21
- 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.
20
+ Release builds publish this root package plus platform-specific optional dependencies. The root package contains
21
+ the `chord-daemon` Node launcher; the matching platform package contains the daemon and its same-version
22
+ `chord-bridge`. The daemon pins that pair before starting and exposes the bridge only inside Agent Runtimes.
22
23
 
23
24
  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.
24
25
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sys9/chord-cli",
3
- "version": "0.1.290-linux-arm64",
4
- "description": "Chord CLI package used by @sys9/cli",
3
+ "version": "0.1.292-darwin-x64",
4
+ "description": "Chord daemon and Agent bridge binaries",
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"
Binary file
index 9107a03..3568083 100755
Binary file