chore: remove stray scratch/debug files committed to develop - #1450
Open
seonghobae wants to merge 4 commits into
Open
chore: remove stray scratch/debug files committed to develop#1450seonghobae wants to merge 4 commits into
seonghobae wants to merge 4 commits into
Conversation
plan.md, test_parse.py, test_parse2.py, test_parse3.py, and frontend/src/components/NetworkGraph.tsx.out are ad-hoc planning notes, manual debug scripts, and a stray build-output copy that were accidentally committed to the protected default branch. None are referenced by the backend/frontend test suites or CI. Removing them also stops every still-open PR whose branch predates their addition from showing a misleading 'this PR deletes N files' diff against develop (e.g. #1287).
Contributor
|
Warning Review limit reachedNext included review available in 59 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
seonghobae
enabled auto-merge (squash)
August 24, 2026 00:26
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.
Description
Removes five ad-hoc scratch/debug artifacts that were accidentally committed to the protected
developbranch:plan.md(planning notes),test_parse.py/test_parse2.py/test_parse3.py(manual one-off debug scripts forbackend/services/text_safety.py), andfrontend/src/components/NetworkGraph.tsx.out(a stray build-output copy ofNetworkGraph.tsx).None of these are referenced by the backend or frontend test suites, CI workflows, or product code (verified with
git grep). Their presence also makes every currently-open PR whose branch predates their addition show a misleading "this PR deletes N files" diff againstdevelopwhen compared withgh pr diff/GitHub's compare view (observed while triaging the open PR backlog, e.g. #1287).Fixes # (none — repo hygiene only, no tracked issue)
Type of change
Verification
No real references found (only unrelated fixture strings using
"plan.md"as an example attachment filename inbackend/tests/).Checklist: