Conversation
gregology
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #40
AI agents and tools that support the llmstxt.org spec can now discover sctx docs automatically at
sctx.dev/llms.txt.The file follows the standard format: H1 title, blockquote summary, a short description paragraph, then H2 sections linking out to the existing docs pages (getting started, protocol spec, CLI reference, examples, comparisons, contributing, roadmap).
MkDocs already copies non-
.mdfiles straight through to the site output, so no config changes needed — just dropping the file intodocs/is enough.I considered adding it as a markdown file with a custom template to keep everything in one format, but that's overcomplicating it. The whole point of llms.txt is that it's a plain text file with light markdown structure. Keeping it as a
.txtalso means it gets served with the right content type and there's zero chance of MkDocs wrapping it in the site theme.bot metrics
Total duration: 3m 52s
Turns: 69
Tool calls: 60
Tokens: 326,486 input / 5,196 output
Resolves #40