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
| Aggregate index |`https://{{TOOLS_HOST}}/llms.txt`|`text/markdown`| generated at deploy time from .html metadata; also the destination of `/`'s `Accept: text/markdown` redirect |
| Aggregate index |`https://{{TOOLS_HOST}}/llms.txt`|`text/markdown`| generated at deploy time from .html metadata; also the destination of `/`'s `Accept: text/markdown` redirect |
327
327
328
328
Two **separate responders** per tool: one for the HTML body, one for the markdown.
329
329
This avoids fragile content-negotiation, keeps the HTML body under
@@ -448,12 +448,12 @@ checklist asks every agent-friendly site to publish. None of them require any
448
448
per-tool authoring; they are derived 1:1 from the same HTML registry +
449
449
`*.skill.md` directory listing as `llms.txt`.
450
450
451
-
| URL | Content type| Source of truth | Responder env var |
|`/robots.txt`|`text/plain`|`buildRobotsTxt()` in `deploy.ts`|`SECUTILS_HTML_APP_RESPONDER_ID_ROBOTS_TXT`|
454
-
|`/sitemap.xml`|`application/xml`|`buildSitemapXml()` in `deploy.ts`|`SECUTILS_HTML_APP_RESPONDER_ID_SITEMAP_XML`|
455
-
|`/.well-known/agent-skills/index.json`|`application/json`|`buildAgentSkillsIndex()` in `deploy.ts`|`SECUTILS_HTML_APP_RESPONDER_ID_AGENT_SKILLS_INDEX`|
456
-
|`Link:` headers on `/`| (HTTP response headers) | hard-coded `indexLinkHeaders` in `deploy.ts`| (no extra responder; pinned via index settings) |
451
+
| URL | Content type| Source of truth | Responder env var|
|`/robots.txt`|`text/plain`|`buildRobotsTxt()` in `deploy.ts`|`SECUTILS_HTML_APP_RESPONDER_ID_ROBOTS_TXT`|
454
+
|`/sitemap.xml`|`application/xml`|`buildSitemapXml()` in `deploy.ts`|`SECUTILS_HTML_APP_RESPONDER_ID_SITEMAP_XML`|
455
+
|`/.well-known/agent-skills/index.json`|`application/json`|`buildAgentSkillsIndex()` in `deploy.ts`|`SECUTILS_HTML_APP_RESPONDER_ID_AGENT_SKILLS_INDEX`|
456
+
|`Link:` headers on `/`| (HTTP response headers) | hard-coded `indexLinkHeaders` in `deploy.ts`| (no extra responder; pinned via index settings)|
457
457
458
458
#### `/robots.txt`
459
459
@@ -486,12 +486,31 @@ engines respect it as a hint, not a contract.
0 commit comments