chore(plugins): consolidate core into me and prune unused skills - #643
Conversation
- Move plugins/core/agents/* into plugins/me/agents/ and remove core plugin - Drop core entry from .claude-plugin/marketplace.json - Remove unused skills: claude-code-rules, eval-harness, grill-me, harness-audit, tmux-workers, variant-compare
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR removes the deprecated core plugin from the marketplace registry and deletes six skill documentation files (claude-code-rules, eval-harness, grill-me, harness-audit, tmux-workers, variant-compare) from the me plugin. The README is updated to reflect the removed skills. ChangesPlugin Deprecation and Skills Cleanup
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
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. Comment |
- Remove tests/me/eval-harness.bats (covered eval-harness and variant-compare, both deleted) - Update me-specific.bats code-reviewer path to plugins/me/agents/
Summary
plugins/core/agents/*를plugins/me/agents/로 이동하고plugins/core/제거.claude-plugin/marketplace.json에서 core 항목 제거claude-code-rules,eval-harness,grill-me,harness-audit,tmux-workers,variant-compareChanges
me플러그인이 agents까지 포함setup스킬과WorktreeCreatehook은 그대로 유지Test plan
bats tests/통과pre-commit run --all-files통과Summary by CodeRabbit