Skip to content

chore: remove stray superseded API patch cruft#921

Open
seonghobae wants to merge 1 commit into
developfrom
chore/remove-stray-api-patch-cruft
Open

chore: remove stray superseded API patch cruft#921
seonghobae wants to merge 1 commit into
developfrom
chore/remove-stray-api-patch-cruft

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

What

Removes two dead files committed to the repo:

  • backend/api/emails.py.patch2 — a leftover unapplied diff proposing .zip import support. That change is already implemented and superseded in backend/api/emails.py (normalized filename + .eml/.zip/.mbox), and the import service already extracts zips (email_import_service.py). The .patch2 file is not referenced anywhere.
  • comment.txt — a leftover @coderabbitai review trigger string committed to the repo root.

Why

Stray files in backend/api/ are confusing (a .patch2 sitting next to a live router) and comment.txt is 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

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
@opencode-agent

opencode-agent Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 2f04ef394e106719abdb34cfa943edfca410c916
  • Workflow run: 28743170838
  • Workflow attempt: 1
  • Gate result: APPROVE (exit 0)

Changed-File Evidence Map

flowchart 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"]
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant