conductor-remote 1.15.2 → 1.16.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 +1 -6
- package/dist/assets/index-CkWIQoxg.js +40 -0
- package/dist/assets/index-DLTj56Tj.css +1 -0
- package/dist/index.html +2 -2
- package/dist/sw.js +1 -1
- package/dist-node/src/autoupdate.js +51 -3
- package/dist-node/src/server.js +9 -4
- package/package.json +1 -1
- package/dist/assets/index-BueoD0ur.js +0 -40
- package/dist/assets/index-Cc0_wQYI.css +0 -1
package/README.md
CHANGED
|
@@ -5,13 +5,8 @@ workspace, read live transcripts, view diffs, and send prompts — from your
|
|
|
5
5
|
phone, over your Tailnet, no cloud, no App Store.
|
|
6
6
|
|
|
7
7
|
Installable as a PWA (Add to Home Screen). Reads ride Conductor's on-disk SQLite
|
|
8
|
-
+ git worktrees (zero coupling); prompts ride Conductor's **own** dispatch path.
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
> injected-IPC-bridge idea. Read **[FINDINGS.md](./FINDINGS.md)** for why — the
|
|
12
|
-
> short version is that reads ride SQLite + git and the write path is isolated
|
|
13
|
-
> behind a swappable `Actuator` interface (AppleScript by default, or Conductor's
|
|
14
|
-
> sidecar socket for precise per-session targeting).
|
|
9
|
+
<img width="600" height="800" alt="demo-workspaces" src="https://github.com/user-attachments/assets/e098f964-29b2-4614-b200-9dc977799eb8" />
|
|
15
10
|
|
|
16
11
|
## Install
|
|
17
12
|
|