fix(open-core): scrub private repo names#13
Conversation
Replace private WAVE repo-name references with public-safe equivalents so the open-core content-policy guard passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
Warning Review limit reached
More reviews will be available in 54 minutes and 11 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
🟢 WAVE BugBot — clearNo confident findings on the changed lines. Local review · $0 inference · wave-dispatch |
Scrub private WAVE repo-name references from public files so the open-core content-policy guard passes.
Mapping applied:
pyproject.toml[project.urls]:RepositoryandIssueswave-surfer-connect→ this repo's own public URLshttps://github.com/wave-av/sdk-python` (+/issues)Verified zero remaining hits via the guard grep (excluding public-repo-guard/** and .gitleaks.toml). No real package dependencies reference private packages.
🤖 Generated with Claude Code
Note
Low Risk
Documentation/metadata-only URL changes with no effect on package code, dependencies, or install behavior.
Overview
Updates
pyproject.toml[project.urls]so Repository and Issues point at the publicwave-av/sdk-pythonrepo (and its issues page) instead of the privatewave-surfer-connectnames, so open-core content-policy checks pass.No runtime or dependency behavior changes—metadata only.
Reviewed by Cursor Bugbot for commit 6cea898. Configure here.
Summary by cubic
Replaced private repo URLs with public
sdk-pythonlinks inpyproject.tomlso the open-core content-policy guard passes. Updated[project.urls]RepositoryandIssues; no other private references remain.Written for commit 6cea898. Summary will update on new commits.