{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "operations-command-center",
  "title": "Service Operations",
  "description": "Request volume, latency, regional uptime, deploy versions, and production alerts.",
  "registryDependencies": [
    "https://components.exe.xyz/r/product-workspace.json"
  ],
  "files": [
    {
      "path": "src/components/templates/operations-command-center.tsx",
      "content": "import { ProductWorkspaceTemplate } from \"./product-workspace\"\n\nexport function OperationsCommandCenterTemplate() {\n  return <ProductWorkspaceTemplate kind=\"operations\" />\n}\n",
      "type": "registry:block"
    }
  ],
  "type": "registry:block"
}