Skip to content

llms.txt workflow#49

Open
jiangy10 wants to merge 1 commit intomainfrom
aup-ai-poc-yuxuan
Open

llms.txt workflow#49
jiangy10 wants to merge 1 commit intomainfrom
aup-ai-poc-yuxuan

Conversation

@jiangy10
Copy link
Copy Markdown
Contributor

@jiangy10 jiangy10 commented Apr 21, 2026

Added two GitHub Actions workflows that automatically generate and commit an llms.txt file whenever content under src/pages/ changes in a PR. This follows the llms.txt standard to make our documentation discoverable by LLMs. Similar to other PR writing bot, these workflows use artifact to pass through the generated documents and PR credentials for security and private repo permission concerns in PR created by forked repo.

generate-llms-txt.yml

  • download the llms-txt-generator scripts from scripts repo
  • run the generator to generate llms.txt
  • passes llms.txt and PR related info to commit-llms-txt.yml

commit-llms-txt.yml

  • get the data from artifact
  • push the generated txt with an additional commit to the PR who triggered these 2 workflow

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.

1 participant