Skip to content

Releases: bombshell-dev/tools

v0.5.4

23 Jun 22:57
Immutable release. Only release title and notes can be modified.
b19d89a

Choose a tag to compare

Patch Changes

  • 69fe08c: Fixes declaration file generation so that building with --dts now emits .d.ts files via tsgo

v0.5.3

21 Jun 13:26
Immutable release. Only release title and notes can be modified.
049fe65

Choose a tag to compare

Patch Changes

  • 22f87d0: Fixes the bsh init command—it now points at the directory the template was actually cloned into.

    init / init . now scaffolds into the current directory in-place and uses the current directory's basename as the project name.

  • 14e24a8: In some failure or no-op cases, oxlint seems to return output which is not json-parseable even with --json passed. Log output directly in these instances.

  • dd6abfa: Fixes bsh sync crashing when creating skill symlinks, and makes re-running it safe. It no longer errors or removes already-synced skills.

v0.5.1

08 May 01:19
Immutable release. Only release title and notes can be modified.
1ac89a1

Choose a tag to compare

Patch Changes

  • 64e9826: Fixes an EISDIR error when calling bsh sync

v0.5.0

08 May 01:01
Immutable release. Only release title and notes can be modified.
00c22e5

Choose a tag to compare

Minor Changes

  • fe06180: Add sync command to automatically symlink skills to the local project

  • e3f5833: Updatess oxfmt config:

    • Sets "singleQuote" option to true
    • Adds "*.json", "*.md", "*.yml", "*.jsonc" to "ignorePatterns" option

    Updates format command to include all files by default instead of the ./src directory

    Extracts publint from the lint command into a separate command

v0.4.2

29 Apr 18:47
Immutable release. Only release title and notes can be modified.
677b2e0

Choose a tag to compare

Patch Changes

  • 747c189: - Fixes runKnip to correctly handle reported violations
    • Updates knip dependency to 6.9.0

v0.4.1

29 Apr 00:14
Immutable release. Only release title and notes can be modified.
df7cae5

Choose a tag to compare

Patch Changes

  • 81cc9f1: Added "rules" to package.json#files

v0.4.0

27 Apr 22:28
Immutable release. Only release title and notes can be modified.
9278d82

Choose a tag to compare

Minor Changes

  • 06a1190: Updates knip dependency to v6

v0.3.4

27 Mar 02:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • Fixes vitest-ansi-serializer resolution issue

v0.3.3

27 Mar 02:18
Immutable release. Only release title and notes can be modified.
cbc5b12

Choose a tag to compare

Patch Changes

  • f9d1c06: Fixes bsh test config issue

v0.3.2

27 Mar 02:04
Immutable release. Only release title and notes can be modified.
df7bb0d

Choose a tag to compare

Patch Changes

  • f716864: Fixes a bundling issue with test-utils