From 16344318189782210a301e39cb531dc610b5e735 Mon Sep 17 00:00:00 2001 From: "Carlos D. Escobar-Valbuena" Date: Wed, 27 May 2026 23:33:32 -0500 Subject: [PATCH] =?UTF-8?q?revert(0.21.10):=20drop=20--full-depth=20?= =?UTF-8?q?=E2=80=94=20no=20longer=20needed=20after=20broomva/skills=20res?= =?UTF-8?q?tructure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion to broomva/skills PR #11 (merge ab2d05b) which removed the root SKILL.md. The CLI's default search now descends into skills// 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. --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f1c17..a96967f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.21.10 — 2026-05-27 + +### revert: --full-depth no longer needed after broomva/skills restructure + +Companion to [broomva/skills PR #11](https://github.com/broomva/skills/pull/11) (merge `ab2d05b`), which removed the root `SKILL.md` from `broomva/skills` to align with the [`anthropics/skills`](https://github.com/anthropics/skills) ecosystem-canonical monorepo shape (best practice per [`agentskills.io`](https://agentskills.io/specification)). + +With the root `SKILL.md` gone, the `npx skills` CLI's default search descends into `skills//` automatically — `--full-depth` is no longer required. + +### Reverted + +- `references/skills-roster.md` — dropped `--full-depth` from 26 `--skill` install commands +- `scripts/skill-graduate.sh` — dropped `--full-depth` from the 4 generated install commands (commit msg, monorepo PR body, redirect-stub README, stub PR body). Future graduations now emit the canonical command form. +- `VERSION` 0.21.9 → 0.21.10 + +### Net effect across the 0.21.x line + +| Release | What it did | +|---|---| +| 0.21.9 | Added `--full-depth` as a workaround for the root-SKILL.md shadowing (post-dogfood) | +| 0.21.10 | Removed `--full-depth` after the broomva/skills restructure eliminated the root cause | + +The roster's `npx skills add broomva/skills --skill ` commands are now both **correct AND minimal** — matching the form used by all other monorepos in the ecosystem. + +20/20 tests (graduate + audit) still pass. + +--- + + ## 0.21.9 — 2026-05-26 ### fix(install): `--skill` commands require `--full-depth` (dogfood finding) diff --git a/VERSION b/VERSION index 59f2302..46cc062 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.9 +0.21.10