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: slightly expand on commit workflow

Mary bf5611c9 a72b6f62

+3
+3
CLAUDE.md
··· 62 62 we use conventional commits with these rules: 63 63 64 64 - accepted types: `feat`, `fix`, `refactor`, `docs`, `chore` 65 + - `docs`: only applies to Markdown documents (README and similar) 66 + - `chore`: only applies to build/tooling/dependency changes, and mass-autofixes from linters and 67 + formatters 65 68 - optional scope is the package name, e.g. `refactor(package-a):` 66 69 - omit the scope when the change does not involve any specific package, or when it touches most/all 67 70 packages