sec-3074: remove openclaw, telemetry, and analytics#1
Merged
Vitor Pellegrino (vitor-duolingo) merged 3 commits intoMay 12, 2026
Conversation
|
👋 Thanks for the PR! It looks like this targets Please update the base branch:
See CONTRIBUTING.md for details. |
e17e3ce to
9d57d68
Compare
- Removed unused functions: format_usd, format_cpt, category_avg_tokens, split_command_chain (moved to tests), strip_disabled_prefix (moved to tests) - Removed unused variant: NotSupported from RtkStatus enum - Fixed collapsible_match warnings by refactoring nested if statements (with exceptions for non-Copy types) - Fixed sort_by to use sort_by_key with Reverse iterator - Fixed unnecessary format!() calls to use direct string literals - Moved test-only helper functions to test module instead of keeping them as public API - All 1639 tests pass, zero clippy warnings
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.
Implements SEC-3074 privacy cleanup plan:\n- remove OpenClaw integration\n- remove outbound telemetry\n- remove local analytics/tracking commands and modules\n- simplify docs to match fork behavior\n- add Dependabot, dependency review, and dependency submission workflows\n\nValidation:\n- cargo fmt --all\n- cargo clippy --all-targets\n- cargo test --all