docs: add llms.txt and llms-full.txt#4
Merged
Merged
Conversation
Add machine-readable project descriptions following the llmstxt.org standard so LLMs and agents can understand ANIMA without parsing the site's HTML: - llms.txt: curated index (H1, summary, links to the gallery, codex and all seven worlds with a one-line technical note each). - llms-full.txt: self-contained full description (concept, origin, how to run, navigation, file structure, every world in depth, the codex). Both use absolute URLs on https://anima.fabianwitt.de/ and are served as plain text via GitHub Pages (.nojekyll). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds two machine-readable project descriptions so LLMs and agents can understand ANIMA without parsing the site's HTML, following the llmstxt.org standard.
llms.txt— curated index: H1, blockquote summary, a few context paragraphs, then## Worlds(all seven with a one-line technical note),## Docs(gallery, codex, README, pointer to llms-full.txt) and## Optional(DEPLOY).llms-full.txt— self-contained full description: what ANIMA is, how it came to be, how to run it, navigation, file structure, every world in depth, and the Codex.Notes
https://anima.fabianwitt.de/so they resolve independently of context.text/plainby GitHub Pages (.nojekyllis set) — no further config needed.🤖 Generated with Claude Code