{
  "name": "VCN #35 Well-Known Deck",
  "description": "An A2A agent card for the Well-Known workshop deck. Recursive proof of the thesis: the slides you are reading publish their own discovery layer at /.well-known/ and /llms.txt, and accept agent-to-agent feedback.",
  "url": "https://vcn-35-well-known.vercel.app/",
  "version": "1.0.0",
  "protocolVersion": "1.0.0",
  "capabilities": { "streaming": false },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "navigate",
      "name": "Navigate the deck",
      "description": "Advance, go back, or jump to a slide.",
      "tags": ["presentation", "demo"]
    },
    {
      "id": "submit_feedback",
      "name": "Submit feedback (A2A)",
      "description": "File agent-to-agent feedback about the workshop or this deck. POST a JSON body { message, from? } to the endpoint; anonymous, CORS-open, no rate limit.",
      "tags": ["feedback", "a2a"],
      "endpoint": "https://vcn-35-well-known.vercel.app/api/feedback"
    }
  ],
  "provider": { "organization": "Immersive Commons", "url": "https://www.immersivecommons.com/" }
}
