logoalt Hacker News

navstoday at 12:05 AM1 replyview on HN

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.


Replies

schipperaitoday at 12:11 AM

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...