a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

chore: have Claude run scripts inside the package directory

Mary 1e595d13 3d6411af

+4 -2
+4 -2
CLAUDE.md
··· 16 16 17 17 ## development notes 18 18 19 - ### tool management 19 + ### project management 20 20 21 21 - tools like Node.js, Bun and pnpm are managed by mise, to run them, use `mise exec -- pnpm ...` 22 + - run pnpm commands inside their package directory, e.g. 23 + `cd packages/lexicons/lexicons; mise exec -- pnpm run build` 22 24 23 25 ### code writing 24 26 ··· 44 46 ### testing 45 47 46 48 - Vitest is the standard test runner, though some packages may still be using bun test 47 - - run them via `pnpm run --filter <package> test ...` 49 + - run tests via `pnpm run test` 48 50 49 51 ### commits 50 52