[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 (#33)

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
(May 7, 2026, 9:01 PM EDT) 00c22e5c 8cad2566

+15 -18
-5
.changeset/lovely-tables-boil.md
··· 1 - --- 2 - "@bomb.sh/tools": minor 3 - --- 4 - 5 - Add `sync` command to automatically symlink skills to the local project
-12
.changeset/silly-foxes-protect.md
··· 1 - --- 2 - "@bomb.sh/tools": minor 3 - --- 4 - 5 - Updatess `oxfmt` config: 6 - 7 - - Sets `"singleQuote"` option to `true` 8 - - Adds `"*.json", "*.md", "*.yml", "*.jsonc"` to `"ignorePatterns"` option 9 - 10 - Updates `format` command to include all files by default instead of the `./src` directory 11 - 12 - Extracts `publint` from the `lint` command into a separate command
+14
CHANGELOG.md
··· 1 1 # @bomb.sh/tools 2 2 3 + ## 0.5.0 4 + 5 + ### Minor Changes 6 + 7 + - fe06180: Add `sync` command to automatically symlink skills to the local project 8 + - e3f5833: Updatess `oxfmt` config: 9 + 10 + - Sets `"singleQuote"` option to `true` 11 + - Adds `"*.json", "*.md", "*.yml", "*.jsonc"` to `"ignorePatterns"` option 12 + 13 + Updates `format` command to include all files by default instead of the `./src` directory 14 + 15 + Extracts `publint` from the `lint` command into a separate command 16 + 3 17 ## 0.4.2 4 18 5 19 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tools", 3 - "version": "0.4.2", 3 + "version": "0.5.0", 4 4 "description": "The internal dev, build, and lint CLI for Bombshell projects", 5 5 "keywords": [ 6 6 "bombshell",