Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

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

chore: add git tag creation to publish workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2
+2
.tangled/workflows/publish.yaml
··· 37 37 command: | 38 38 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc 39 39 pnpm changeset version 40 + pnpm changeset tag 40 41 pnpm changeset publish 42 + git push --tags