Y
Hacker News
new
|
ask
|
show
|
jobs
by
spellboots
172 days ago
Yes, you can do this with hooks:
https://code.claude.com/docs/en/hooks
1 comments
kristianp
172 days ago
Back when I was using CC, I had a "mandatory" development workflow that checks if the corresponding test file exists for the changed file, runs tests and runs the test coverage tool for the changed file.
link