chore: remove stray superseded API patch cruft#921
Open
seonghobae wants to merge 1 commit into
Open
Conversation
backend/api/emails.py.patch2 is a leftover unapplied diff whose change (.zip import support) is already implemented — and superseded — in backend/api/emails.py (normalized filename + .eml/.zip/.mbox). comment.txt is a leftover '@coderabbitai review' trigger committed to the repo root. Both are dead files; removing them. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017RkKdtHRLG4wSLh6PVsp8J
Contributor
OpenCode Review Overview
Changed-File Evidence Mapflowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Backend: emails.py.patch2"]
S1 --> I1["API and service runtime"]
I1 --> R1["Review risk: Backend: emails.py.patch2"]
R1 --> V1["backend tests"]
Evidence --> S2["Changed file: comment.txt"]
S2 --> I2["repository behavior"]
I2 --> R2["Review risk: Changed file: comment.txt"]
R2 --> V2["required checks"]
|
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 two dead files committed to the repo:
backend/api/emails.py.patch2— a leftover unapplied diff proposing.zipimport support. That change is already implemented and superseded inbackend/api/emails.py(normalized filename +.eml/.zip/.mbox), and the import service already extracts zips (email_import_service.py). The.patch2file is not referenced anywhere.comment.txt— a leftover@coderabbitai reviewtrigger string committed to the repo root.Why
Stray files in
backend/api/are confusing (a.patch2sitting next to a live router) andcomment.txtis noise. Neither is referenced by any code, workflow, or test (verified by grep).Risk
None — pure deletion of dead files. No import, workflow, or test references them.
🤖 Generated with Claude Code