voxflow 1.11.2 → 1.11.4
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 +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -551,6 +551,10 @@ voxflow podcast --input edited.podcast.json --output final.wav
|
|
|
551
551
|
|
|
552
552
|
**CI/non-interactive environments**: Set `VOXFLOW_TOKEN` env var to skip browser login.
|
|
553
553
|
|
|
554
|
+
## Telemetry
|
|
555
|
+
|
|
556
|
+
`voxflow slice stage` emits a single anonymous launch event (`cli.slice.stage.launched`) so we can gauge usage of the local preview server before investing in deeper integrations (MCP, etc). Payload: theme name + CLI version + Node version + platform + a per-process random UUID. **No JWT, email, file paths, deck contents, or user identifier** is sent. Opt out with `VOXFLOW_TELEMETRY=0` or the standard `DO_NOT_TRACK=1`. Auto-disabled under `CI`, `GITHUB_ACTIONS`, or `NODE_ENV=test`.
|
|
557
|
+
|
|
554
558
|
## License
|
|
555
559
|
|
|
556
560
|
UNLICENSED - All rights reserved.
|