revert(0.21.10): drop --full-depth — no longer needed after broomva/skills restructure#63
Conversation
…kills restructure Companion to broomva/skills PR #11 (merge ab2d05b) which removed the root SKILL.md. The CLI's default search now descends into skills/<name>/ without the flag. Reverted: skills-roster.md (26 cmds) + skill-graduate.sh (4 generated cmds). VERSION 0.21.9 → 0.21.10. 20/20 tests still pass.
|
Warning Review limit reached
More reviews will be available in 58 minutes and 51 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)
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 |
…op in #63) (#64) * revert(0.21.10): drop --full-depth — no longer needed after broomva/skills restructure Companion to broomva/skills PR #11 (merge ab2d05b) which removed the root SKILL.md. The CLI's default search now descends into skills/<name>/ without the flag. Reverted: skills-roster.md (26 cmds) + skill-graduate.sh (4 generated cmds). VERSION 0.21.9 → 0.21.10. 20/20 tests still pass. * fix(0.21.10-followup): actually drop --full-depth from roster + graduate CLI v0.21.10 (PR #63 merge eefd463) shipped with a CHANGELOG entry claiming 'dropped --full-depth from 26 + 4 commands' but the actual file changes were silently lost: BSD sed (macOS) doesn't support \b word-boundary in substitutions, so 's| --full-depth\b||g' was a no-op. Only VERSION + CHANGELOG landed. This PR closes the gap: portable sed 's| --full-depth||g' applied; counts verified at 0/0 in both files; tests still 20/20. After this lands, v0.21.10 matches its CHANGELOG claim.
Companion to broomva/skills PR #11 (merge
ab2d05b) — the root SKILL.md is gone, so--full-depthis no longer needed. Reverts the v0.21.9 workaround.Roster (26 cmds) + graduate CLI (4 cmds) + VERSION 0.21.10. 20/20 tests pass.