Conversation
Generates an llms.txt at the site root via a Jekyll/Liquid template. Outlines what TAP is, lists the core site resources, then groups every TAIP by status (Final / Last Call / Review / Draft) with a one-line description and a link to the raw markdown source on GitHub. Also sets site.url to https://taips.tap.rsvp so absolute_url filters emit the correct production URLs in llms.txt and the JSON feed. Co-Authored-By: Claude Opus 4.7 (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.
Summary
Adds an
llms.txtat the site root so LLM tooling can discover what TAP is and pull each TAIP's authoritative Markdown source directly.The file is rendered by Jekyll/Liquid from each TAIP's frontmatter, so it stays current automatically as new TAIPs are added or status fields change.
Structure
Also in this PR
site.url: "https://taips.tap.rsvp"in_config.ymlsoabsolute_urlproduces correct production URLs inllms.txtand the existing JSON feed (was previously empty, defaulting to whatever Jekyll picked).Test plan
https://taips.tap.rsvp/llms.txtand confirm it returns plain Markdown (Content-Type text/plain) with all 20 TAIPs grouped by statushttps://raw.githubusercontent.com/TransactionAuthorizationProtocol/TAIPs/main/TAIPs/taip-3.md/feed.xml) point tohttps://taips.tap.rsvp/...🤖 Generated with Claude Code