-
Add legal links to telemetry docs and PyPI metadata (#4147)
发布于
2026-02-23 04:35:23 +00:00 Summary
- update telemetry runtime log message to the canonical monitoring
telemetry docs URL - add Terms of Service and Privacy Policy links on the telemetry docs
page - expose Homepage, Documentation, Telemetry, Terms of Service, and
Privacy Policy underproject.urlsfor PyPI - add a short legal-links notice in the README (used as PyPI long
description)
Why
- make telemetry/legal references easier to find from logs, docs, and
PyPI - align package-facing surfaces with legal-link guidance from counsel
Testing
- pre-commit hooks pass on commit
Summary by cubic
Add ToS/Privacy links to the telemetry docs and simplify the README
legal FAQ to a generic services data policy; update the telemetry
startup log to the canonical monitoring docs URL.
Expose Homepage, Docs, Telemetry, ToS, and Privacy links in PyPI
project.urls and bump version to 0.11.12.Written for commit
afd17cf318.
Summary will update on new commits.
Note
Low Risk
Documentation/metadata-only changes plus a log-message URL update; no
runtime behavior or data handling changes.Overview
Updates public-facing references for telemetry and legal policies. The
telemetry startup log now points to the canonical docs URL, the
telemetry docs add a Legal section linking Terms of Service and
Privacy Policy, and the README FAQ adds a ToS blurb for the hosted
services.Also bumps the package version to
0.11.12and expands
pyproject.tomlproject.urls(Homepage/Docs/Telemetry/ToS/Privacy) so
these links show up in PyPI metadata.Written by Cursor
Bugbot for commit
cf1b003ba0. This will update automatically
on new commits. Configure
here.下载附件
- update telemetry runtime log message to the canonical monitoring