v0.49.0
v0.49.0
- Added: pages now point at the site's
/llms.txtwith therel="describedby"link relation introduced by version 2 of the llms.txt specification, in both the HTML head and the HTTPLink:header — alongside the Markdown alternate they already advertised. An agent landing on any article can find the site's index without having to guess that/llms.txtexists. Emitted only where the Markdown alternate is already emitted and only while this plugin's own/llms.txtis enabled, so the link never points at an endpoint that is not being served; there is no new setting. - Changed:
MarkdownController::link_header_has_alternate()is nowlink_header_has_relation()and takes the relation to look for. It is an internal helper, public only so its parsing can be exercised from the test suite; no documented filter or output contract refers to it.