Signal/signal-ui/public/.well-known/api-catalog
Kisa 228ca98423 feat(signal-ui): migrate agent-readiness files to Vercel, add graphify to gitignore
Moves llms.txt, robots.txt, auth.md, .well-known/api-catalog, agent-skills,
webmcp.js from VPS /var/www/signal-demo to signal-ui/public/ so they are
served from the Vercel deployment at signal.sttilsolutions.com.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-16 15:19:18 -04:00

17 lines
559 B
Text

{
"$schema": "https://www.iana.org/assignments/linkset/linkset-1.0.schema.json",
"linkset": [
{
"anchor": "https://signal.sttilsolutions.com",
"describedby": [
{ "href": "https://signal.sttilsolutions.com/llms.txt", "type": "text/markdown" }
],
"agent-skills": [
{ "href": "https://signal.sttilsolutions.com/.well-known/agent-skills/index.json", "type": "application/json" }
],
"author": [
{ "href": "https://signal.sttilsolutions.com/auth.md", "type": "text/markdown" }
]
}
]
}