modelstat 0.0.50 → 0.0.52

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
@@ -41,13 +41,13 @@ npx modelstat@latest watch # foreground watcher (no service install
41
41
  npx modelstat@latest discover # report detected tool installs + identities
42
42
  ```
43
43
 
44
- **Programmatic pairing** (used by harness skills for OpenClaw, NanoClaw, etc.):
44
+ **Programmatic pairing** (for scripted / headless setups that pair without a browser):
45
45
 
46
46
  ```bash
47
47
  npx modelstat@latest --json --no-browser
48
48
  ```
49
49
 
50
- Emits one NDJSON event per line. Schema documented at [integrations/harness-skills/modelstat-connect/README.md](https://github.com/modelstat/modelstat/tree/main/integrations/harness-skills/modelstat-connect).
50
+ Emits one NDJSON event per line, so a wrapper can drive pairing non-interactively.
51
51
 
52
52
  ## Shared state across install methods
53
53