Version Packages - #726
Version Packages#726
Conversation
🌱 graft blast radiusNothing outside this diff depends on it. 0 areas changed; no indexed dependents at depth 2.
Open the interactive graph → — click an area to see the code that changed, and the line that reaches it. |
|
soydachi
left a comment
There was a problem hiding this comment.
Version Packages (mechanical): ships scripts/.embed in the npm tarball. Checks green.



This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
ai-engineering@2.2.2
Patch Changes
c46c261Thanks @soydachi! - npm install -g ai-engineering@2.2.1 was broken:src/assets.tsimports seven fixture scripts withwith { type: "file" }fromscripts/.embed/, but the npmfileswhitelist did not include it, so the tarball shipped without them andai-engaborted on first run ("Cannot find module '../scripts/.embed/..."). The whitelist now shipsscripts/.embed; verified by installing the packed tarball and runningai-eng --version+doctor.