conductor-remote 1.71.0 → 1.72.0
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 +13 -22
- package/dist/apple-touch-icon.png +0 -0
- package/dist/assets/index-BiP5UAB3.js +47 -0
- package/dist/assets/index-CXd-zI4t.css +1 -0
- package/dist/icon-maskable-512.png +0 -0
- package/dist/index.html +2 -2
- package/dist/sw.js +1 -1
- package/package.json +1 -1
- package/dist/assets/index-27cwPLKx.js +0 -47
- package/dist/assets/index-Bk3X-Sz3.css +0 -1
package/README.md
CHANGED
|
@@ -376,30 +376,21 @@ thing.
|
|
|
376
376
|
## Layout
|
|
377
377
|
|
|
378
378
|
```
|
|
379
|
-
src/
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
notify.ts watches session status for ended turns → push; subscription store
|
|
390
|
-
webpush.ts Web Push (VAPID + aes128gcm) on node:crypto — no dependencies
|
|
391
|
-
logbuf.ts console capture + log-file tail behind /api/logs (token redacted)
|
|
392
|
-
web/ the React PWA (Vite)
|
|
393
|
-
index.html, src/ app shell, components, hooks, api client
|
|
394
|
-
public/ icon.svg + PWA PNGs (repo-root so Conductor's icon lookup finds them)
|
|
395
|
-
push-sw.js push / notification-click handlers, imported into the generated SW
|
|
396
|
-
numux.config.ts `yarn dev`: Vite + relay in one TUI, on per-workspace ports
|
|
397
|
-
scripts/
|
|
398
|
-
gen-icons.ts rasterizes icon.svg → PWA PNGs (sharp)
|
|
399
|
-
devtools-recon.js invoke-logger — only usable if a future build ships devtools
|
|
400
|
-
dist/ built PWA (gitignored) — what the relay serves
|
|
379
|
+
src/ the Node relay: HTTP router, read-only SQLite reads, git diffs, the
|
|
380
|
+
AppleScript/sidecar write path, both delivery queues, search, push,
|
|
381
|
+
the MCP tools, and the keep-awake helper
|
|
382
|
+
web/ the React PWA (Vite root): app shell, components, hooks, api client
|
|
383
|
+
public/ icon.svg + PWA PNGs, at the repo root so Conductor's icon lookup
|
|
384
|
+
finds them, plus the push and self-heal service-worker halves
|
|
385
|
+
scripts/ icon generation, the macOS LaunchAgent installer, the keep-awake
|
|
386
|
+
setup, and the repository source validators
|
|
387
|
+
tests/ Vitest unit, contract, concurrency and integration tests
|
|
388
|
+
dist/ built PWA (gitignored) — what the relay serves
|
|
401
389
|
```
|
|
402
390
|
|
|
391
|
+
A per-file map, with what each one owns, is in
|
|
392
|
+
[ARCHITECTURE.md](./ARCHITECTURE.md).
|
|
393
|
+
|
|
403
394
|
## Security notes
|
|
404
395
|
|
|
405
396
|
- The relay binds to your Tailnet IP (or loopback), not `0.0.0.0`.
|
|
Binary file
|