diff --git a/.changeset/pnpm-sync-project-root.md b/.changeset/pnpm-sync-project-root.md deleted file mode 100644 index 608b2d4..0000000 --- a/.changeset/pnpm-sync-project-root.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -'@bomb.sh/tools': patch ---- -Fixes `bsh sync` writing its output into the pnpm store instead of the project root. The project is now resolved from the invocation directory (`INIT_CWD`, falling back to `cwd`), so `skills/` symlinks, the `AGENTS.md` section, and the `.gitignore` entries land in the project that ran the command under pnpm's default isolated `node_modules` layout diff --git a/CHANGELOG.md b/CHANGELOG.md index 644f1de..29fa4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @bomb.sh/tools +## 0.5.5 + +### Patch Changes + +- 08e749c: Fixes `bsh sync` writing its output into the pnpm store instead of the project root. The project is now resolved from the invocation directory (`INIT_CWD`, falling back to `cwd`), so `skills/` symlinks, the `AGENTS.md` section, and the `.gitignore` entries land in the project that ran the command under pnpm's default isolated `node_modules` layout + ## 0.5.4 ### Patch Changes diff --git a/package.json b/package.json index 8089d6d..c88bf8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tools", - "version": "0.5.4", + "version": "0.5.5", "description": "The internal dev, build, and lint CLI for Bombshell projects", "keywords": [ "bombshell",