@telepath-computer/television 0.1.170 → 0.1.172
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/dist/cli.cjs +1725 -542
- package/dist/skills/television/SKILL.md +6 -0
- package/dist/views/markdown/index.html +25 -19
- package/dist/web/assets/main-B9lWeaNS.js +718 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/web/assets/main-5Ag7HzPP.js +0 -718
|
@@ -68,6 +68,12 @@ Questions to keep straight:
|
|
|
68
68
|
|
|
69
69
|
Those questions interact, but they are not the same question.
|
|
70
70
|
|
|
71
|
+
## Telemetry awareness and control
|
|
72
|
+
|
|
73
|
+
Television collects anonymous, content-free telemetry by default to understand early usage and improve the product. Telemetry records predefined usage events and content-free classifications; it does not record artifact paths or URLs, artifact titles, screen names, theme names, file contents, or user-authored text.
|
|
74
|
+
|
|
75
|
+
Users can opt out by setting `DO_NOT_TRACK=1` before starting Television, or by running `tv telemetry disable` while the server is running. `tv telemetry enable` turns it back on, and `tv status` reports the current telemetry state. When an agent operates the server, start it with `tv serve --installed-by-agent <agent-runtime-harness-name>` so Television can record the agent runtime harness name without recording user content. Use the software running the agent, such as Codex, Claude Code, Hermes, OpenClaw, or Pi; do not use a personalized nickname, persona name, model name, or any value with version numbers or qualifiers.
|
|
76
|
+
|
|
71
77
|
## Related skills
|
|
72
78
|
|
|
73
79
|
Television guidance is split across bundled skills.
|