{
  "name": "#B4mad Industries",
  "description": "Implemented research at the intersection of agents and web3 — building the infrastructure for a million-agent network.",
  "version": "1.0",
  "content_formats": {
    "html":      { "mime": "text/html",             "pattern": "{url}" },
    "markdown":  { "mime": "text/markdown",         "pattern": "{url}index.md" },
    "json":      { "mime": "application/json",      "pattern": "{url}index.json" },
    "rss":       { "mime": "application/rss+xml",   "pattern": "{section_url}index.xml" },
    "json_feed": { "mime": "application/feed+json", "pattern": "{section_url}feed.json" },
    "llms":      { "mime": "text/plain",            "pattern": "{section_url}llms.txt" },
    "llms_full": { "mime": "text/plain",            "pattern": "{section_url}llms-full.txt" }
  },
  "site": {
    "sitemap":   "/sitemap.xml",
    "llms":      "/llms.txt",
    "llms_full": "/llms-full.txt",
    "rss":       "/index.xml",
    "json_feed": "/feed.json"
  },
  "sections": {
    "research": {
      "url":         "/research/",
      "description": "Research output from Roman 'Romanov' Research-Rachmaninov and the #B4mad research pipeline.",
      "rss":         "/research/index.xml",
      "json_feed":   "/research/feed.json",
      "llms":        "/research/llms.txt",
      "llms_full":   "/research/llms-full.txt"
    },
    "ops": {
      "url":         "/ops/",
      "description": "OKRs, metrics, and operational reports for #B4mad Industries.",
      "rss":         "/ops/index.xml",
      "json_feed":   "/ops/feed.json",
      "llms":        "/ops/llms.txt",
      "llms_full":   "/ops/llms-full.txt"
    },
    "dao": {
      "url":         "/dao/",
      "description": "The #B4mad DAO — decentralized governance for an autonomous agent network.",
      "rss":         "/dao/index.xml",
      "json_feed":   "/dao/feed.json",
      "llms":        "/dao/llms.txt",
      "llms_full":   "/dao/llms-full.txt"
    }
  }
}
