@oomol-lab/oo-cli-darwin-arm64 0.3.28 → 0.4.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.
Files changed (3) hide show
  1. package/README.md +13 -0
  2. package/bin/oo +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,19 @@ And you can install the search helper explicitly with:
91
91
  oo skills install oo-find-skills
92
92
  ```
93
93
 
94
+ ## Telemetry
95
+
96
+ `oo` records privacy-constrained command usage telemetry by default. Telemetry
97
+ events do not include free-form input text, paths, usernames, hostnames, IP
98
+ addresses, real OOMOL account ids, or account names. Events are sent with
99
+ PostHog person profile processing disabled and use a random local device id for
100
+ device-level aggregation.
101
+
102
+ Disable telemetry with `oo telemetry disable`, `OO_TELEMETRY_DISABLED=1`, or
103
+ `DO_NOT_TRACK=1`. Use `oo telemetry status` to inspect the effective state and
104
+ pending local event count. See [PRIVACY.md](./PRIVACY.md) for the full
105
+ telemetry boundary.
106
+
94
107
  ## Documentation
95
108
 
96
109
  - [Command reference](./docs/commands.md)
package/bin/oo CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/oo-cli-darwin-arm64",
3
- "version": "0.3.28",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "OOMOL's command-line interface for accounts, packages, and cloud tasks. (darwin arm64 binary)",
6
6
  "author": "BlackHole1 <bh@bugs.cc>",