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
- Hide the llms.txt directive from screen readers and the tab order
(aria-hidden + tabIndex={-1}); audits read raw HTML, not the a11y tree.
- Bound the /docs/mcp proxy: reject request bodies over 1 MiB (413, also
for chunked bodies without Content-Length) and abort the upstream fetch
if headers take more than 30s, while keeping SSE bodies streaming.
- lint-agent-ready now requires all three header-matched /mcp rewrites
(accept, content-type, mcp-session-id), not just one.
- Pin the afdocs version in the skill's reproduction commands.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments