hey alejandro, thanks for the mention and i like how you simplified a lot of these terms. so is claude hooks like GitHub Actions? does it do the same thing for ci/cd/
also silly question: i don't have fake data, i want to want to use pytest, it may break or whatever, i've always wondered if i can get the same results if i divide the real data. so faster running time but ... don't know if that makes sense.
Think of GitHub Actions as a deployment tool and Claude Hooks as a development tool. You don't have to commit things that will make the cicd fail because Claude is blocking your commits (which is similar to having pre commit yaml configs, but with an AI assisting you). For this project you have campaings.json to test though, what fake data are you referring to exactly? Not sure I follow
Thanks for sharing this claude code hooks, Alejandro! It looks so useful!
Glad it's useful!
hey alejandro, thanks for the mention and i like how you simplified a lot of these terms. so is claude hooks like GitHub Actions? does it do the same thing for ci/cd/
also silly question: i don't have fake data, i want to want to use pytest, it may break or whatever, i've always wondered if i can get the same results if i divide the real data. so faster running time but ... don't know if that makes sense.
Think of GitHub Actions as a deployment tool and Claude Hooks as a development tool. You don't have to commit things that will make the cicd fail because Claude is blocking your commits (which is similar to having pre commit yaml configs, but with an AI assisting you). For this project you have campaings.json to test though, what fake data are you referring to exactly? Not sure I follow