Update on the agentic documentation tool (the name will be revealed on public release): it's turning out great! One fun example I have from today: I ran it on its own repo as the end-to-end test, but I accidentally didn't exclude the directory with the error reports so it was treated as a source module that needed to be documented. To my surprise, not only did it recognize that it wasn't a module (while preserving the doc structure), but it also found and documented every instance in the codebase that writes to it, and explained the logic behind them and cases when it's triggered. It's going to be soo good when I finish it.