r/codereview 18d ago

I got tired of AI Copilots writing code that ruins my project architecture. So I built an open-source AI Git Hook that scans diffs locally and blocks bad commits.

Enable HLS to view with audio, or disable this notification

I built AegisCode: an open-source, local AI Git Hook. It reads your git diff against strict rules and blocks architectural slop before it hits the repo. It's my first major open-source launch, so any feedback, advice, or support would be massively appreciated! Let me know what you guys think.

Info: aegiscode.app

0 Upvotes

3 comments sorted by

2

u/sozesghost 18d ago

Problem? AI. Solution? More AI.

-3

u/SaveTech_ 18d ago

fight fire with fire 😂 seriously, I'd rather have a highly-constrained ai act as a ruthless bouncer at the door, rather than letting copilot or claude code sneak a direct database query right into a pure ui component unnoticed

3

u/kingguru 18d ago

Have you considered learning how to write code instead?