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: update CLAUDE.md

Mary 182adc56 ab5c45cd

+3
+3
CLAUDE.md
··· 52 52 change it, it should not be a parameter at all 53 53 - avoid optional parameters that change behavioral modes or make the function do different things 54 54 based on presence/absence; prefer a separate function with a clearer name instead 55 + - avoid type assertions (`as Type`, `as const`) unless TypeScript actually errors without them; when 56 + it does error, prefer finding a solution that satisfies the type system naturally before resorting 57 + to an assertion 55 58 56 59 ### documentation 57 60