On Thursday, 16 October 2025 at 20:19:56 UTC, monkyyy wrote:
So its probably time to start poking at the open source tooling and ripping out the stupidity and giving it the d docs directly.

Who's doing what? Whats handles d to some degree?

Hey monkyyy.

I've made a D port of Python project that is taking the whole github source and putting it into one huge formatted document, so AI agents will be able to use it effectively [1]

I think it is possible to use similar approach with Ddocs - generated for the project and directly shared into the context/system prompt.

I've seen similar idea was done by one rust dev [2], [3].
Especially as some Agentic CLI tools are becoming more popular - so no bloated IDE will be required in theory.

References:
1. https://github.com/cyrusmsk/rendergit-d
2. https://github.com/cortesi/ruskel
3. https://github.com/cortesi/dox

Reply via email to