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
|**0.25**| Actively steering agents to a worse path |`llms-txt-links-markdown` (markdown exists but llms.txt links to HTML; agents don't discover .md variants on their own) |
152
152
153
-
Checks that only have pass/fail (no warn state):`http-status-codes`, `markdown-code-fence-validity`.
153
+
`markdown-code-fence-validity`only has pass/fail (no warn state).`http-status-codes` is normally pass/fail but warns when every sampled response is indeterminate (HTTP 202 from CDN cache-miss/build, or 5xx) so the check couldn't measure bad-URL handling.
|**0.25**| Actively steering agents to a worse path |`llms-txt-links-markdown` (markdown exists but llms.txt links to HTML) |
143
143
144
-
Two checks have no warn state and are strictly pass/fail:`http-status-codes`and `markdown-code-fence-validity`.
144
+
`markdown-code-fence-validity` is strictly pass/fail.`http-status-codes`is normally pass/fail but emits a warn when every sampled response is indeterminate (HTTP 202 during CDN cache-miss/build, or 5xx) so we couldn't measure bad-URL handling.
0 commit comments