@openscout/scout 0.2.48 → 0.2.49

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
@@ -29,7 +29,7 @@ scout @dewey can you review our docs?
29
29
 
30
30
  It also discovers relay agents from your configured workspace roots, installs the broker service, and attempts to start it.
31
31
 
32
- `scout init` is still accepted as a deprecated compatibility alias for `scout setup`.
32
+ `scout init` writes `~/.openscout/config.json` with the broker, web, and pairing ports that every Scout component reads. Run it once after install, or with `--force` to overwrite.
33
33
 
34
34
  When the input is not a known subcommand and includes exactly one `@agent` mention, Scout treats it as an implicit `ask` and waits for the reply. For example:
35
35