fix: require skills directories for auto-install detection#912
Conversation
Require an existing skills directory before treating an AI tool configuration as an install target so toggling tools no longer creates skill folders from parent directories alone. Add editor tests that cover both the parent-only case and the empty skills-directory case, and update the setup UI message to match the stricter detection rule.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 2 minutes and 12 seconds. ⌛ 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ 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 |
Limit stricter skills-directory checks to implicit auto-install flows so explicit setup can still offer first-time installs for existing tool roots. Move ToolSkillSynchronizer target detection behind reusable helpers, keep the setup wizard messaging aligned with root-directory detection, and rewrite the editor tests to use temporary project roots instead of environment-dependent assumptions.
Summary
skillsdirectory before treating.claude,.agents,.cursor, or.agentas auto-install targetsSummary by cubic
Require an existing
skillsdirectory for auto-install detection of.claude,.agents,.cursor, and.agentto prevent false positives and unwanted folder creation. The setup wizard still detects tool roots withoutskillsso first-time installs remain available.<tool>/skillsexists; skip parent-only roots.SKILL.mdinside uLoop skill folders.skillscases.Written for commit ba16bee. Summary will update on new commits.