docs: add llms.txt and llms-full.txt for AI discoverability - #305
Open
Reccetech wants to merge 2 commits into
Open
docs: add llms.txt and llms-full.txt for AI discoverability#305Reccetech wants to merge 2 commits into
Reccetech wants to merge 2 commits into
Conversation
Adds machine-readable documentation endpoints so AI assistants (Claude, ChatGPT, Perplexity, Cursor, etc.) can accurately answer questions about Solo without hallucinating commands or install methods. - static/llms.txt: hand-authored index with install, endpoints, credentials path, key doc links, and X-Instructions correcting common AI mistakes - layouts/index.llmsfull.txt: Hugo template that auto-generates /llms-full.txt by concatenating all docs pages at build time - hugo.yaml: add llmsfull output format; add to outputs.home - netlify.toml: rewrite /.well-known/llms.txt to /llms.txt (status 200) Part of Solo AI Strategy — Initiative 1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Keith Kowal <keith.kowal@hashgraph.com>
X-Instructions previously said Homebrew is "no longer supported." Docs still list it as deprecated until August 31, 2026 — align the AI-facing text with system-readiness.md so assistants do not invent a premature cutoff. Related: #304 Signed-off-by: Keith Kowal <keith.kowal@hashgraph.com> Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
jan-milenkov
approved these changes
Aug 25, 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.
Summary
static/llms.txt— a curated, hand-authored index of Solo for AI assistants. Includes install command, service endpoints, credentials path, key docs links, and anX-Instructionssection that corrects common AI hallucinations (wrong commands, Homebrew deprecation timeline, etc.).layouts/index.llmsfull.txt+hugo.yamloutput format config — auto-generates/llms-full.txtat build time by concatenating all docs pages in Markdown..well-known/llms.txtrewrite innetlify.toml— servesllms.txtat both/llms.txtand/.well-known/llms.txt.Related: #304 (Initiative 1)
Test plan
/llms.txtis accessible and contains the X-Instructions section/llms-full.txtis accessible and contains content from multiple docs pages/.well-known/llms.txtrewrites correctly (returns 200, not 301)