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
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Test your documentation site against the [Agent-Friendly Documentation Spec](htt
7
7
8
8
Agents don't use docs like humans. They hit truncation limits, get walls of CSS instead of content, can't follow cross-host redirects, and don't know about quality-of-life improvements like `llms.txt` or `.md` docs pages that would make life swell. Maybe this is because the industry has lacked guidance - until now.
9
9
10
-
afdocs runs 21 checks across 8 categories to evaluate how well your docs serve agent consumers.
10
+
afdocs runs 21 checks across 8 categories to evaluate how well your docs serve agent consumers. 7 are fully implemented; the rest return `skip` until completed.
11
11
12
12
## Quick start
13
13
@@ -27,8 +27,12 @@ llms-txt
27
27
✓ llms-txt-links-resolve: All 50 tested links resolve (177 total links)
28
28
✓ llms-txt-links-markdown: 50/50 links point to markdown content (100%)
0 commit comments