Hacker News new | ask | show | jobs
by curious_nile 63 days ago
thanks. we map dependencies across the whole codebase first, then generate docs from that. Most tools just read files top to bottom and summarize.

The 7-10x coverage gap isn't really a prompting or model thing, we just don't stop after the important-looking files. CI, build system, test harness, internal utilities, all of it. References (2500+ vs claude code's 50) come from the same place. Once you've mapped the dependencies, every doc can point to every other thing that touches it.