{
  "name": "VCN #36 Crosstalk Deck",
  "description": "The slide deck for Vibe Coding Nights #36, a builder workshop on the Agent2Agent (A2A) protocol. This deck is itself agent-navigable and ships its own A2A agent card. Recursive proof of the thesis: agents that talk to agents.",
  "version": "1.0.0",
  "url": "https://vcn-36-crosstalk.vercel.app/",
  "contact": "rayyanzahidpk@gmail.com",
  "author": "Rayyan Zahid / Immersive Commons",
  "protocols": ["a2a"],
  "endpoints": {
    "a2a": "https://vcn-36-crosstalk.vercel.app/.well-known/agent-card.json",
    "feedback": "https://vcn-36-crosstalk.vercel.app/api/feedback"
  },
  "tools": [
    { "name": "next_slide", "description": "Advance the deck by one slide." },
    { "name": "prev_slide", "description": "Go back one slide." },
    { "name": "goto_slide", "description": "Jump to slide N (1-based).", "parameters": { "n": "integer" } },
    { "name": "submit_feedback", "description": "File agent-to-agent feedback on the workshop or deck. POSTs /api/feedback.", "parameters": { "message": "string", "from": "string (optional)" } }
  ],
  "skills": ["present", "navigate", "submit_feedback"],
  "auth": { "type": "none" },
  "license": "https://creativecommons.org/licenses/by-sa/4.0/"
}
