diff --git a/.changeset/thirty-jeans-retire.md b/.changeset/thirty-jeans-retire.md deleted file mode 100644 index 21d2396..0000000 --- a/.changeset/thirty-jeans-retire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bomb.sh/tools": minor ---- - -Adds skills for coding agents. Eight skills cover the full `bsh` toolchain — lifecycle, lint, build, test, format, dev, init, and migration for onboarding an existing project. - -If you use an AI coding agent, run `pnpm add -D @bomb.sh/tools` then have your agent run `pnpm dlx @tanstack/intent@latest install` to load project-specific skills for `@bomb.sh/tools`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ffd81b..35dc05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @bomb.sh/tools +## 0.3.0 + +### Minor Changes + +- df17b88: Adds skills for coding agents. Eight skills cover the full `bsh` toolchain — lifecycle, lint, build, test, format, dev, init, and migration for onboarding an existing project. + + If you use an AI coding agent, run `pnpm add -D @bomb.sh/tools` then have your agent run `pnpm dlx @tanstack/intent@latest install` to load project-specific skills for `@bomb.sh/tools`. + ## 0.2.8 ### Patch Changes diff --git a/package.json b/package.json index 0c7d74b..38b838a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tools", - "version": "0.2.8", + "version": "0.3.0", "description": "The internal dev, build, and lint CLI for Bombshell projects", "keywords": [ "bombshell",