[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (#17)

Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>

authored by

bombshell-bot[bot]
bombshell-bot[bot]
and committed by
GitHub
(Mar 25, 2026, 11:13 PM EDT) 22ea4b92 df17b887

+9 -8
-7
.changeset/thirty-jeans-retire.md
··· 1 - --- 2 - "@bomb.sh/tools": minor 3 - --- 4 - 5 - 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. 6 - 7 - 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`.
+8
CHANGELOG.md
··· 1 1 # @bomb.sh/tools 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - 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. 8 + 9 + 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`. 10 + 3 11 ## 0.2.8 4 12 5 13 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tools", 3 - "version": "0.2.8", 3 + "version": "0.3.0", 4 4 "description": "The internal dev, build, and lint CLI for Bombshell projects", 5 5 "keywords": [ 6 6 "bombshell",