Discussion about this post

User's avatar
JP's avatar

Good walkthrough for getting started. One thing to add once you've got your setup sorted: if you start stacking hooks (logging, linting, notifications), they'll all run sequentially by default and can seriously slow things down. Adding async: true to fire-and-forget hooks fixes that. Wrote a detailed guide on which hooks to keep sync vs async: https://blog.devgenius.io/claude-code-async-hooks-what-they-are-and-when-to-use-them-61b21cd71aad?sk=40d0b1c86232a799e19b20ba53b8e2c3

1 more comment...

No posts

Ready for more?