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>
17 lines
559 B
Text
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" }
|
|
]
|
|
}
|
|
]
|
|
}
|