You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add llms.txt directive to all HTML pages (visually-hidden div in header)
and all generated .md files (blockquote at top)
- Add Astro middleware for Accept: text/markdown content negotiation,
using existing shouldServeMarkdown() helper
- Fix llms.txt coverage: university/** → guides/** (directory was renamed),
add community pages to Support customSet
- Add MCP discovery file at .well-known/mcp.json pointing to Kapa MCP
- Verify <link rel=alternate type=text/markdown> already appears early
in <head> — no repositioning needed
Checks addressed:
llms-txt-directive-html (FAIL → PASS)
llms-txt-directive-md (FAIL → PASS)
content-negotiation (FAIL → PASS)
content-start-position (mitigated via Tasks 1+2)
llms-txt-coverage (80% → improved)
MCP Server Discoverable (FAIL → PASS)
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments