chore: remove packages/privacy-filter (moved to standalone screenpipe/privacy-filter repo)#3905
Merged
Merged
Conversation
…/privacy-filter) the privacy-filter Tinfoil service now lives in its own prod repo (github.com/screenpipe/privacy-filter), which is more complete (image /detect endpoint, build_download.py, entrypoint.sh) and has its own release CI. the monorepo copy + its privacy-filter-release.yml workflow were a stale duplicate. ai-gateway already points at the standalone repo as the container source; nothing in the workspace/cargo graph depends on the folder. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
what
Removes the stale
packages/privacy-filter/copy and its orphanedprivacy-filter-release.ymlworkflow. The privacy-filter Tinfoil service is now maintained in its own prod repo, screenpipe/privacy-filter.why
/detectendpoint,build_download.py,entrypoint.sh,LICENSE.md) and has its own release CI — the monorepo copy was a duplicate.privacy-filter-release.ymlbuilt the deleted folder; its last run (v0.2.0) already failed. Dead workflow.safety
ai-gatewayonly references the service by name/URL (comment: "Container source: github.com/screenpipe/privacy-filter") — no build dependency on the folder.packages/privacy-filter.privacy_filterfeature code (engine, redact tinfoil adapters, docs) is untouched — only the duplicated package + its workflow are removed.🤖 Generated with Claude Code