Y
Hacker News
new
|
ask
|
show
|
jobs
by
navs
105 days ago
I worked on something similar but with a more naive text matching approach that's saved me many many times so far.
https://github.com/sirmews/claude-hook-advisor
Yours is so much more involved. Keen to dig into it.
1 comments
schipperai
105 days ago
cool! thx for sharing! when I first thought about building this, I thought a solid solution would be impossible without an LLM in the loop. I discovered pattern matching can go a long way in avoiding catastrophes...
link