@webority/ensemble 0.5.4 → 0.5.5
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 +1 -1
- package/bin/ensemble.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @webority/ensemble
|
|
2
2
|
|
|
3
|
-
Connect a machine to your [Ensemble](https://ensemble.host)
|
|
3
|
+
Connect a machine to your [Ensemble](https://ensemble.host) Console. Installs the local **agent
|
|
4
4
|
runner** (runs your AI coding sessions, appears in your fleet) and wires **ensemble-bus** into your
|
|
5
5
|
coding CLIs so your sessions message each other — all **scoped to your organization**.
|
|
6
6
|
|
package/bin/ensemble.js
CHANGED
|
@@ -94,7 +94,7 @@ async function status(args) {
|
|
|
94
94
|
|
|
95
95
|
function usage() {
|
|
96
96
|
core.log(
|
|
97
|
-
`ensemble — connect this machine to
|
|
97
|
+
`ensemble — connect this machine to Ensemble
|
|
98
98
|
|
|
99
99
|
ensemble login [--api <url>] [--name <machine>]
|
|
100
100
|
sign in via your browser + set up this machine (downloads the runtime on first run)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webority/ensemble",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "Connect this machine to
|
|
3
|
+
"version": "0.5.5",
|
|
4
|
+
"description": "Connect this machine to Ensemble — runs the local agent runner and wires the ensemble-bus session bus so your coding sessions talk (per-org, isolated).",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ensemble": "bin/ensemble.js"
|
|
7
7
|
},
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"node": ">=18"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"@webority/ensemble-darwin-arm64": "0.5.
|
|
13
|
-
"@webority/ensemble-darwin-x64": "0.5.
|
|
14
|
-
"@webority/ensemble-linux-arm64": "0.5.
|
|
15
|
-
"@webority/ensemble-linux-x64": "0.5.
|
|
16
|
-
"@webority/ensemble-win-x64": "0.5.
|
|
12
|
+
"@webority/ensemble-darwin-arm64": "0.5.5",
|
|
13
|
+
"@webority/ensemble-darwin-x64": "0.5.5",
|
|
14
|
+
"@webority/ensemble-linux-arm64": "0.5.5",
|
|
15
|
+
"@webority/ensemble-linux-x64": "0.5.5",
|
|
16
|
+
"@webority/ensemble-win-x64": "0.5.5"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"bin",
|