Start here when an LLM needs to discover Qorven’s docs. It’s a flat newline-delimited list of
URL — description entries, matching the convention adopted by llmstxt.org.Canonical URL
Format
How to use it
Fetch once per session
An agent chatting with a user does one GET to the index on startup, caches the result.
Scan for relevance
Match the user’s question against the descriptions. Pick the top N (3–5) most-likely relevant URLs.
Fetch the markdown
Swap
.mdx → .md on any doc URL, or append .md to the path, to get the plain markdown source. Faster to parse than the HTML.Example
Refresh cadence
Regenerated whenever the docs build runs. Typical lag: minutes after a PR merges.Where next
Agent guide
Full conventions for LLM consumption.
Markdown source
How to fetch the raw .md for any doc.
docs_search tool
For Qors: semantic search at runtime.