Context For LLMs

Note: Initial experimental support Znai generates a single markdown file called to be used by LLMs. It is deployed at the root of the documentation and can be used in multiple scenarios. The primary use case is to provide guide context to systems like Claude Code. llm.txt

Generate During Build To Keep In Repository

CLI znai build --llm-txt-output-path llm.txt Maven <plugin> <groupId>org.testingisdocumenting.znai</groupId> <artifactId>znai-maven-plugin</artifactId> <version>1.93</version> <configuration> <llmTxtOutputPath>${project.basedir}/llm.txt</llmTxtOutputPath> </configuration> </plugin>