revert: pull local CVE fix counter / telemetry feature from main - #965
Merged
Conversation
This was referenced Aug 10, 2026
Reverts commit 0c3d129 (#961). The feature and its Cloudflare Worker backend are being reconsidered - the public ingest endpoint is unauthenticated by design (anyone can post fake data to skew the aggregate numbers this feature exists to eventually cite), and the deployed Worker's *.workers.dev URL currently bakes in a personal Cloudflare account name. Shipping the prompt/commands/docs while this is unresolved would create a false impression the feature is settled. The code isn't lost - it's being consolidated, alongside the Worker backend, on a separate branch to revisit once the open questions are resolved. verified to cleanly preserve both (multi-folder-scan.ts keeps #901's report.json/OA/DM panel work, README.md keeps #956's unrelated intro line unchanged) - confirmed by inspecting every auto-merged file directly, not just trusting a clean git revert.
sonukapoor
force-pushed
the
revert/pull-telemetry-feature
branch
from
August 11, 2026 12:15
3b3e916 to
100534d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #961. The feature and its Cloudflare Worker backend are being reconsidered - the public ingest endpoint is unauthenticated by design, and the deployed Worker's
*.workers.devURL currently bakes in a personal Cloudflare account name. Shipping the prompt/commands/docs while these are unresolved would create a false impression the feature is settled.Verified against #901 and #956, both of which landed on top of #961 since it merged - neither is affected by this revert (checked every auto-merged file directly:
multi-folder-scan.tskeeps #901's report.json/OA/DM panel work intact,README.mdkeeps #956's unrelated context unchanged). Full test suite (1347 passing) and both builds (CLI + docs site) are clean, with zero remaining references to telemetry anywhere in source, tests, or docs.The code isn't lost - it's being consolidated, alongside the Worker backend, on a separate branch to revisit once the open questions are resolved.
Closes #964