Skip to content

revert(0.21.10): drop --full-depth — no longer needed after broomva/skills restructure#63

Merged
broomva merged 1 commit into
mainfrom
refactor/drop-full-depth-post-restructure
May 28, 2026
Merged

revert(0.21.10): drop --full-depth — no longer needed after broomva/skills restructure#63
broomva merged 1 commit into
mainfrom
refactor/drop-full-depth-post-restructure

Conversation

@broomva
Copy link
Copy Markdown
Owner

@broomva broomva commented May 28, 2026

Companion to broomva/skills PR #11 (merge ab2d05b) — the root SKILL.md is gone, so --full-depth is no longer needed. Reverts the v0.21.9 workaround.

Roster (26 cmds) + graduate CLI (4 cmds) + VERSION 0.21.10. 20/20 tests pass.

…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.
@broomva broomva merged commit eefd463 into main May 28, 2026
@broomva broomva deleted the refactor/drop-full-depth-post-restructure branch May 28, 2026 04:33
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Warning

Review limit reached

@broomva, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6e8b6c99-cd3a-4cb8-8108-3bff98cb3ffc

📥 Commits

Reviewing files that changed from the base of the PR and between e0253f1 and 1634431.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • VERSION
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/drop-full-depth-post-restructure

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

broomva added a commit that referenced this pull request May 28, 2026
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant