Conversation
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>
There was a problem hiding this comment.
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.txtdescribing 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 |
There was a problem hiding this comment.
/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.).
| - /project/[slug]: Individual project dashboards with development, contributor, security, and popularity metrics | |
| - /project/{slug}: Individual project dashboards with development, contributor, security, and popularity metrics |
Summary
llms.txtfile to/public/directory for AI system discoverabilityTest plan
https://insights.lfx.org/llms.txtafter deployment