chore: remove ralph plugin - #711
Merged
Merged
Conversation
baleen37
enabled auto-merge (squash)
June 26, 2026 08:38
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThe PR removes the Ralph plugin from marketplace registration, deletes its hook and skill files, updates related tests and setup configuration, and cleans up README and pre-commit references. ChangesRalph plugin removal
Estimated review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 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. Comment |
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.
Summary
plugins/ralph/(Ralph Loop) 플러그인을 저장소에서 완전히 제거합니다.Changes
plugins/ralph/디렉터리 전체 삭제 (plugin.json 2종, hooks, ralph/ralph-cancel 스킬)tests/ralph_hooks_json.bats,tests/ralph_persist.bats.claude-plugin/marketplace.json,.agents/plugins/marketplace.json에서 ralph 항목 제거plugins/me/skills/setup/settings.json에서ralph@bstack등록 제거README.md디렉터리 트리 및 스킬 표에서 ralph 항목 제거.pre-commit-config.yamlexclude 패턴에서.ralph/제거 (tests/만 유지)tests/codex_marketplace_json.bats플러그인 카운트 5 → 4 갱신docs/CHANGELOG의 ralph 과거 기록은 이력 보존을 위해 유지했습니다.
Tests
bats tests/62개 전부 통과Summary by CodeRabbit
Bug Fixes
Chores