From d7658465cdf0fe588ab8225704618d52f7226461 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:31:41 +0200 Subject: [PATCH 1/3] fix(agent-score): directive placement, markdown parity, MCP endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the three regressing checks in the Mintlify/afdocs agent-readiness audit and adds guards so they stay fixed: Content Discoverability (directive buried past 50% of the HTML): - Move the hidden llms.txt directive to the first child of
in the docs root layout; the sidebar markup previously pushed it to 30-88% of the body. Now sits at 0-1% on every page. Markdown Content Parity (pages failing at 52-90% missing): - Restore heading markers in getLLMText output from the page toc — fumadocs' processed markdown emits headings as bare "Text [#anchor]" lines, so "## 1. Set up your project" degraded to a stripped list item on the markdown side. - Convert.md to any docs URL).
- .md to its URL.
+