Skip to content

feat: add llms.txt for AI discoverability#1772

Open
jonathimer wants to merge 1 commit intomainfrom
feat/llms-txt
Open

feat: add llms.txt for AI discoverability#1772
jonathimer wants to merge 1 commit intomainfrom
feat/llms-txt

Conversation

@jonathimer
Copy link
Collaborator

Summary

  • Add llms.txt file to /public/ directory for AI system discoverability
  • Helps ChatGPT, Claude, Perplexity, and other AI systems understand site structure
  • Improves AI citability and accurate referencing of LFX Insights content

Test plan

  • Verify file is accessible at https://insights.lfx.org/llms.txt after deployment
  • Content renders as plain text

Add llms.txt file to help AI systems (ChatGPT, Claude, Perplexity, etc.)
understand the site structure and content, improving AI citability.

Signed-off-by: Jonathan Reimer <jonathan@reimer.me>
Copilot AI review requested due to automatic review settings March 24, 2026 11:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an llms.txt file under frontend/public/ so it will be served at /llms.txt and can be used by LLM-based tools to understand and cite the LFX Insights site.

Changes:

  • Add frontend/public/llms.txt describing LFX Insights, key pages, features, and contact links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


- /: Explore and discover open source projects
- /open-source-index: Linux Foundation Open Source Index — curated critical projects
- /project/[slug]: Individual project dashboards with development, contributor, security, and popularity metrics
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/project/[slug] looks like a Nuxt/Next-style file-system route placeholder, but the actual public URL pattern in this repo is /project/:slug (e.g., links/sitemap/stress scripts use /project/${slug}). As written, /project/[slug] would be a literal path that 404s and may mislead AI consumers; please update the entry to the real URL pattern (e.g., /project/{slug}) and consider listing the key project subpages if relevant (security, contributors, etc.).

Suggested change
- /project/[slug]: Individual project dashboards with development, contributor, security, and popularity metrics
- /project/{slug}: Individual project dashboards with development, contributor, security, and popularity metrics

Copilot uses AI. Check for mistakes.
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