chore: remove orphaned root-level debris#5267
Conversation
Drops files that accumulated at the repo root and aren't referenced anywhere: - pr_4570.diff (orphaned patch artifact from PR #4570) - test-changelog-extraction.sh, test-ios-compile.sh, test-version-logic.sh (one-off helper scripts; logic that is still needed lives under v3/scripts/ instead) - test-workflow.md (notes file, no longer current) Reduces noise at the repo root and trims surface area before the v3-alpha → master merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
WalkthroughThis pull request deletes multiple test scripts, documentation, and CI workflow files; no new files or replacement logic are added. (Files removed: test scripts, workflow docs, changelog page, and several GitHub Actions workflows.) Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/8 reviews remaining, refill in 59 minutes and 49 seconds.Comment |
There was a problem hiding this comment.
Pull request overview
Removes orphaned, root-level artifacts (an old patch diff, ad-hoc test scripts, and an outdated workflow notes file) that are not referenced anywhere in the repo.
Changes:
- Deleted
pr_4570.diff(orphaned patch artifact from PR #4570). - Deleted one-off helper scripts for changelog extraction, iOS compile testing, and version logic testing.
- Deleted
test-workflow.md(outdated notes about testing the nightly release workflow).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
test-workflow.md |
Removes outdated workflow testing notes that referenced now-nonexistent local scripts. |
test-version-logic.sh |
Removes an ad-hoc local script; workflow logic appears to live elsewhere now. |
test-ios-compile.sh |
Removes a machine-specific, one-off iOS compile script from repo root. |
test-changelog-extraction.sh |
Removes an ad-hoc changelog extraction script; no remaining references found. |
pr_4570.diff |
Removes an orphaned patch artifact from the repository root. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deletes the entire `mkdocs-website/` directory. It was an alternative MkDocs-based docs setup, not deployed anywhere (the v3 docs ship from `docs/` via Cloudflare Pages and the v2 docs ship from `website/`), and has been confirmed abandoned. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Companion deletion to the master-side PR; retiring the auto-labeller rather than keeping it across both versions. Removing here so the v3-alpha → master merge has no conflict on this file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Companion deletion to the master-side PR; retiring both ahead of the v3-alpha → master merge so neither file appears in the conflict set. Issue triage is moving to a real agent-driven workflow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… orphaned root-level debris
Summary
Drops files and directories that accumulated at the repo root and aren't deployed or referenced anywhere, plus retires three workflows ahead of the v3-alpha → master merge.
Removed:
pr_4570.diff— orphaned patch artifact from PR Add webkitgtk6 option #4570test-changelog-extraction.sh,test-ios-compile.sh,test-version-logic.sh— one-off helper scripts; logic that is still needed lives underv3/scripts/test-workflow.md— notes file, no longer currentmkdocs-website/— abandoned MkDocs experiment, not deployed.github/workflows/auto-label-issues.yml— retiring the auto-labeller.github/workflows/test-nightly-releases.yml— unused for 7+ months, superseded by the real nightly/weekly release pipelines.github/workflows/issue-triage-automation.yml— moving to a real agent-driven triage workflowCompanion PR removes the same three workflow files from
master, so the merge sees zero conflict on any of them.Test plan
grep -rn "pr_4570.diff\|test-changelog-extraction\|test-ios-compile\|test-version-logic\|test-workflow.md\|mkdocs-website\|auto-label-issues\|test-nightly-releases\|issue-triage-automation"returns no matches.🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores