LLM Context Files
Spec Graph publishes two text files specifically for AI agent context loading.
Available Files
- llms.txt — concise summary of the framework, key concepts, and canonical links
- llms-full.txt — full documentation bundle concatenated into one file
When to Use Which
- Use
llms.txtfor lightweight orientation and quick context bootstrap - Use
llms-full.txtwhen an agent needs complete project documentation in a single artifact
Source of Truth
llms.txtis maintained atwebsite/static/llms.txtllms-full.txtis generated from docs vianode generate_llms_full.js
On deploy, llms-full.txt is copied into website/static/llms-full.txt, which makes it available at /llms-full.txt on GitHub Pages.