Provide `llms.txt` for better integration with AI agents
llms.txt is a standard for AI-readable software documentation
https://llmstxt.org/
I was looking into Ai assistance for writing justfiles as well.
I've been using the context7 MCP server, and it already has the just documentation in there. What's nice about it is that it's augmented (a RAG backend), so the AI can query particular aspects to only get relevant info into its context. You can even experiment with it on their website.
What's your tooling there? How exactly do you load llms.txt files into your AI's context?
You tell it to load the file at website.com/llms.txt - that's it
Have you tried giving it the README then? That is the documentation as a text file (and the book is just generated from it).