Prism Change Request
Request #395: Add llms.txt for RaidGuild website AI-agent discovery
Original Request
Add a public /llms.txt file to the RaidGuild website with a concise Markdown overview of RaidGuild and curated links to the most important public pages, so AI agents and LLM-powered tools can better understand the site structure and canonical context. The file should complement, not replace, robots.txt and sitemap.xml.
Scope: add /llms.txt at the site root; include links to key public RaidGuild pages such as homepage, services, portfolio/case studies, manifesto/wiki/handbook if appropriate, and contact/start-a-raid flow; avoid private/internal URLs or unsupported claims; optionally leave /llms-full.txt as a future enhancement unless markdown export support already exists.
Triage Summary
Scope is a small repository content/static asset change: add a public root /llms.txt for RaidGuild website AI-agent discovery.
The current app is a Next 15 site; static files under public/ are served from the site root, so public/llms.txt is the lowest-risk implementation path.
The file should be concise Markdown with canonical public context and curated links to homepage sections (#services, #case-studies, #hire-us, #our-story), /join, and appropriate public external RaidGuild resources only.
Avoid private/internal URLs, unsupported claims, and generated /llms-full.txt unless a real markdown export source already exists. Target environment is the default development environment on branch main with local deploy backend; request branch is already checked out locally.
Ready for agent implementation after approval.
Initial Fix Notes
Implement by adding public/llms.txt. Use the existing site metadata and visible public navigation/content as source material; do not add app code unless a static file cannot meet routing needs.
Recommended sections: title, short RaidGuild overview, primary site URLs, public service/case-study/contact/join links, and notes for AI agents about canonical public context.
Validate with npm/bun lint/build if dependencies are available, plus a local dev check that /llms.txt returns text/plain or readable plain text at the site root.
Prism Change Request
Request #395: Add llms.txt for RaidGuild website AI-agent discovery
Original Request
Add a public
/llms.txtfile to the RaidGuild website with a concise Markdown overview of RaidGuild and curated links to the most important public pages, so AI agents and LLM-powered tools can better understand the site structure and canonical context. The file should complement, not replace,robots.txtandsitemap.xml.Scope: add
/llms.txtat the site root; include links to key public RaidGuild pages such as homepage, services, portfolio/case studies, manifesto/wiki/handbook if appropriate, and contact/start-a-raid flow; avoid private/internal URLs or unsupported claims; optionally leave/llms-full.txtas a future enhancement unless markdown export support already exists.Triage Summary
Scope is a small repository content/static asset change: add a public root /llms.txt for RaidGuild website AI-agent discovery.
The current app is a Next 15 site; static files under public/ are served from the site root, so public/llms.txt is the lowest-risk implementation path.
The file should be concise Markdown with canonical public context and curated links to homepage sections (#services, #case-studies, #hire-us, #our-story), /join, and appropriate public external RaidGuild resources only.
Avoid private/internal URLs, unsupported claims, and generated /llms-full.txt unless a real markdown export source already exists. Target environment is the default development environment on branch main with local deploy backend; request branch is already checked out locally.
Ready for agent implementation after approval.
Initial Fix Notes
Implement by adding public/llms.txt. Use the existing site metadata and visible public navigation/content as source material; do not add app code unless a static file cannot meet routing needs.
Recommended sections: title, short RaidGuild overview, primary site URLs, public service/case-study/contact/join links, and notes for AI agents about canonical public context.
Validate with npm/bun lint/build if dependencies are available, plus a local dev check that /llms.txt returns text/plain or readable plain text at the site root.