Webhooks for the AT Protocol airglow.run
atproto atprotocol automation webhook
12
fork

Configure Feed

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

chore: update claude.md

Hugo f059cc6c fdae4966

+5
+5
CLAUDE.md
··· 17 17 - `vp dev`: start dev server 18 18 - `vp build --mode client`: build client assets 19 19 - `vp check`: lint, format, type-check 20 + - instead of `tsc --noEmit` 20 21 - `vp test`: run tests 21 22 - `bun run start`: run production server 22 23 - `bun run db:generate`: generate Drizzle migrations ··· 32 33 - Shared non-interactive components go in `app/components/` 33 34 - Backend logic goes in `lib/` 34 35 - Styles use vanilla-extract `.css.ts` files in `app/styles/` 36 + 37 + ## Git 38 + 39 + - Use conventional commits