DEV Community

H
H

Posted on

i use AI for coding every day, but it keeps breaking things.

what it does:

  • parses your entire project in ~10ms
  • outputs a summary with every function, dependency, and import
  • AI reads the summary instead of opening files one by one
  • git hook blocks broken commits automatically

how to use:
npm i -g houndlens
cd your-project
houndlens

then tell your AI: "start houndlens"

works with claude code, cursor, gemini, codex, windsurf — any AI that reads project files.

supports typescript, javascript, python, rust.

https://github.com/injaehwang/houndlens

just launched. feedback welcome.thanks

Top comments (0)