conductor-oss-native-linux-x64 0.43.0 → 0.43.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
@@ -44,7 +44,7 @@ Conductor adds:
44
44
  ### Launch
45
45
 
46
46
  ```bash
47
- npx conductor-oss@latest
47
+ npx --yes --registry=https://registry.npmjs.org conductor-oss@latest
48
48
  ```
49
49
 
50
50
  Running the package with no arguments defaults to `start --open`.
@@ -57,8 +57,8 @@ Running the package with no arguments defaults to `start --open`.
57
57
  ### Initialize an existing repo
58
58
 
59
59
  ```bash
60
- npx conductor-oss@latest init
61
- npx conductor-oss@latest start --workspace .
60
+ npx --yes --registry=https://registry.npmjs.org conductor-oss@latest init
61
+ npx --yes --registry=https://registry.npmjs.org conductor-oss@latest start --workspace .
62
62
  ```
63
63
 
64
64
  `init` scaffolds `conductor.yaml` and `CONDUCTOR.md`. The SQLite database at `.conductor/conductor.db` is created the first time the backend starts.
@@ -188,6 +188,18 @@ What is no longer supported:
188
188
 
189
189
  The user-facing paired-device flow is built around the companion `conductor-bridge` binary and the dashboard bridge pages. The repo also contains `bridge-cmd/`, `crates/conductor-relay/`, and native Rust `conductor bridge ...` commands for lower-level bridge and relay development.
190
190
 
191
+ For first-time bridge pairing, prefer the hosted installer instead of routing through `npx`:
192
+
193
+ ```bash
194
+ curl -fsSL https://app.conductross.com/bridge/install.sh | sh -s -- --connect --dashboard-url https://app.conductross.com --relay-url https://relay.conductross.com/
195
+ ```
196
+
197
+ On Windows PowerShell:
198
+
199
+ ```powershell
200
+ & ([scriptblock]::Create((Invoke-RestMethod -Uri 'https://app.conductross.com/bridge/install.ps1'))) -Connect -DashboardUrl 'https://app.conductross.com' -RelayUrl 'https://relay.conductross.com/'
201
+ ```
202
+
191
203
  ## Local Files and Runtime Artifacts
192
204
 
193
205
  Conductor uses a small set of local files:
package/bin/conductor CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-oss-native-linux-x64",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "os": [