Skip to content

docs: add llms.txt and llms-full.txt for AI discoverability - #305

Open
Reccetech wants to merge 2 commits into
mainfrom
feat/ai-llms-txt
Open

docs: add llms.txt and llms-full.txt for AI discoverability#305
Reccetech wants to merge 2 commits into
mainfrom
feat/ai-llms-txt

Conversation

@Reccetech

Copy link
Copy Markdown

Summary

  • Adds static/llms.txt — a curated, hand-authored index of Solo for AI assistants. Includes install command, service endpoints, credentials path, key docs links, and an X-Instructions section that corrects common AI hallucinations (wrong commands, Homebrew deprecation timeline, etc.).
  • Adds layouts/index.llmsfull.txt + hugo.yaml output format config — auto-generates /llms-full.txt at build time by concatenating all docs pages in Markdown.
  • Adds .well-known/llms.txt rewrite in netlify.toml — serves llms.txt at both /llms.txt and /.well-known/llms.txt.

Related: #304 (Initiative 1)

Test plan

  • Preview build completes without Hugo errors
  • /llms.txt is accessible and contains the X-Instructions section
  • /llms-full.txt is accessible and contains content from multiple docs pages
  • /.well-known/llms.txt rewrites correctly (returns 200, not 301)
  • Existing site pages and navigation are unaffected

Reccetech and others added 2 commits August 24, 2026 14:00
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>
@Reccetech Reccetech changed the title docs: add llms.txt and llms-full.txt for AI discoverability (#304) docs: add llms.txt and llms-full.txt for AI discoverability Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants