{
  "feed_type": "index",
  "metadata": {
    "name": "Immersive Commons LLMFeed Index",
    "title": "Immersive Commons: agent-readable feed index",
    "version": "2.2",
    "origin": "https://www.immersivecommons.com",
    "description": "Index of LLMFeed surfaces published by the Immersive Commons kiosk at Floor 10, Frontier Tower SF. Each sub-feed exposes a curated slice of public content (highlights, events, members) in a normalised shape suitable for RAG ingest or trend analysis.",
    "contact": "admin@immersivecommons.com",
    "license": "All rights reserved; agents may quote with attribution. See /robots.txt and the Content-Signal header on content pages for crawler-class consent."
  },
  "items": [
    {
      "type": "feed",
      "name": "highlights",
      "url": "https://www.immersivecommons.com/.well-known/highlights.llmfeed.json",
      "description": "Approved member highlights (Floor 10). Live snapshot of the kiosk's /floor10/highlights surface. Refreshed every request from KV."
    },
    {
      "type": "feed",
      "name": "signal",
      "url": "https://www.immersivecommons.com/.well-known/signal.llmfeed.json",
      "description": "THE SIGNAL — weekly AI intelligence dispatch from Immersive Commons. Per-issue markdown at /newsletter/{slug}.md, 5 public MCP read tools at /api/mcp (ic_signal_list_issues, _get_issue, _get_story, _search, _get_latest), Atom + JSON feeds at /newsletter/feed.{xml,json}, ic-signal skill at /skills/ic-signal/SKILL.md."
    },
    {
      "type": "feed",
      "name": "ai-agent",
      "url": "https://www.immersivecommons.com/.well-known/ai-agent.json",
      "description": "Aiia ai-agent.json manifest. Declares the agent surfaces (MCP, A2A, REST, Skills), auth scheme, and rate limits."
    },
    {
      "type": "feed",
      "name": "agent-card",
      "url": "https://www.immersivecommons.com/.well-known/agent-card.json",
      "description": "A2A agent card. Declares capabilities, owner, auth, and the A2A JSON-RPC endpoint."
    },
    {
      "type": "feed",
      "name": "mcp",
      "url": "https://www.immersivecommons.com/.well-known/mcp.json",
      "description": "MCP discovery manifest. Points at the Streamable HTTP MCP server and the RFC 9728 protected resource metadata."
    },
    {
      "type": "document",
      "name": "llms-full",
      "url": "https://www.immersivecommons.com/llms-full.txt",
      "description": "Long-form companion to /llms.txt. Everything an agent needs in one fetch (schema, endpoints, hard rules, examples)."
    }
  ]
}
