diff --git a/.bumpy/skill-distribution.md b/.bumpy/skill-distribution.md deleted file mode 100644 index 39e7b2a..0000000 --- a/.bumpy/skill-distribution.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@varlock/bumpy': patch ---- - -Streamline agent skill distribution and remove the `bumpy ai` command. - -The canonical `add-change` skill now lives at the repo root (`skills/`) as a single source of truth and is synced into the package on `prepack` (gitignored copy), so it ships version-pinned in the npm tarball and via the Claude Code plugin (`claude plugin install @varlock/bumpy`). - -The `bumpy ai setup` command has been removed. Its file-copying targets (`opencode`, `cursor`, `codex`) duplicated the skill into tool-specific directories that drifted from the canonical copy — and had silently been broken in the published package — while the `claude` target was a thin wrapper around `claude plugin install`. Install the skill via the Claude Code plugin, or reference the bundled `SKILL.md` directly from `node_modules/@varlock/bumpy/skills/add-change/SKILL.md`. diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md index bd23c6a..519a8c1 100644 --- a/packages/bumpy/CHANGELOG.md +++ b/packages/bumpy/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.15.1 + +2026-06-20 + +- [#127](https://github.com/dmno-dev/bumpy/pull/127) _(patch)_ + Streamline agent skill distribution and remove the `bumpy ai` command. + + The canonical `add-change` skill now lives at the repo root (`skills/`) as a single source of truth and is synced into the package on `prepack` (gitignored copy), so it ships version-pinned in the npm tarball and via the Claude Code plugin (`claude plugin install @varlock/bumpy`). + + The `bumpy ai setup` command has been removed. Its file-copying targets (`opencode`, `cursor`, `codex`) duplicated the skill into tool-specific directories that drifted from the canonical copy — and had silently been broken in the published package — while the `claude` target was a thin wrapper around `claude plugin install`. Install the skill via the Claude Code plugin, or reference the bundled `SKILL.md` directly from `node_modules/@varlock/bumpy/skills/add-change/SKILL.md`. + ## 1.15.0 2026-06-18 diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json index 08a7325..c6cf11f 100644 --- a/packages/bumpy/package.json +++ b/packages/bumpy/package.json @@ -1,6 +1,6 @@ { "name": "@varlock/bumpy", - "version": "1.15.0", + "version": "1.15.1", "description": "Modern monorepo versioning and changelog tool", "keywords": [ "bump",