@miraland-labs/conduit-bridge 0.9.2 → 0.9.3
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/ops/env.example +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Local Bridge CLI for [Conduit](https://github.com/miralandlabs/conduit). Connects a computer to one organization, claims work, and drives a local agent.
|
|
4
4
|
|
|
5
|
-
**Current npm:** `0.9.
|
|
5
|
+
**Current npm:** `0.9.3` — **ops** helpers for macOS / Linux / Windows, LaunchAgent/systemd **PATH** for `~/.local/bin`, disconnect/disengage, multi-driver lanes, shared slots **1–4**, worktrees, optional `--ensure-checkout`.
|
|
6
6
|
|
|
7
7
|
## Prerequisites
|
|
8
8
|
|
package/ops/env.example
CHANGED
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
# npx @miraland-labs/conduit-bridge@latest ops connect
|
|
6
6
|
# npx @miraland-labs/conduit-bridge@latest ops install
|
|
7
7
|
# Local shortcuts after init-ops: ~/conduit/ops/*.sh (Mac/Linux) or *.cmd (Windows)
|
|
8
|
+
#
|
|
9
|
+
# Replace the placeholders below with YOUR org, local checkout, and (optional) git remote.
|
|
8
10
|
CONDUIT_URL=https://api.conduit.miraland.io
|
|
9
11
|
# CONDUIT_ORG=your-org-slug
|
|
10
|
-
CONDUIT_WORKSPACE=$HOME/
|
|
11
|
-
# CONDUIT_REPO=https://github.com/
|
|
12
|
+
CONDUIT_WORKSPACE=$HOME/path/to/your-repo
|
|
13
|
+
# CONDUIT_REPO=https://github.com/your-org/your-repo.git
|
|
12
14
|
CONDUIT_DRIVERS=cursor
|
|
13
15
|
CONDUIT_ROLES=implement research
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miraland-labs/conduit-bridge",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Conduit Bridge CLI — join, connect, disconnect, multi-driver lanes, and run Claude Code / Codex / Cursor / OpenCode / Kiro / Antigravity agents for a Conduit organization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|