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 CHANGED
@@ -376,30 +376,21 @@ thing.
376
376
  ## Layout
377
377
 
378
378
  ```
379
- src/ the Node relay (no build step)
380
- server.ts HTTP router: /api/* (token-gated) + static PWA
381
- config.ts paths, port, Tailscale bind, token, write strategy
382
- db.ts read-only node:sqlite handle to conductor.db
383
- reads.ts workspaces / sessions / messages + worktree resolution
384
- transcript.ts Claude Code SDK stream JSON phone-renderable entries
385
- git.ts workspace diff vs target branch (incl. untracked)
386
- sidecar.ts Conductor sidecar IPC client (precise write path)
387
- writes.ts Actuator interface + AppleScript (default) + Sidecar (opt-in)
388
- dev-server.ts Conductor Run task + tailnet-only HTTPS forwarding
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