@openscout/scout 0.2.19 → 0.2.21

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
@@ -75,4 +75,4 @@ scout server start --static --static-root /custom/client
75
75
 
76
76
  Use `scout server` or `scout server help` for full flags.
77
77
 
78
- For a standalone **minimal** web UI (pairing QR and the current activity stream), see **`@openscout/web`** (`openscout-web`): it ships `dist/client` and runs **`scout server control-plane start --static --static-root …`** (requires `@openscout/scout` and Bun on `PATH`). The full desktop UI is vendored with the CLI build; the control-plane UI is vendored separately as `dist/control-plane-client`.
78
+ For a standalone **lightweight** web UI, see **`@openscout/web`** (`openscout-web`): it ships its own `dist/client`, bundled Bun server, and pairing supervisor. The full desktop UI remains vendored with the CLI build; the lightweight web package no longer boots through `scout server control-plane start`.