{
  "@context": "https://schema.org",
  "@type": [
    "Person",
    "Organization"
  ],
  "name": "Ruslan Djumaev",
  "url": "https://djumaev.online",
  "knowsAbout": [
    "Digital company architecture",
    "AI-modular systems",
    "Deterministic business instances"
  ],
  "sameAs": [],
  "entity": {
    "type": "digital-factory-architect",
    "name": "Ruslan Djumaev",
    "domain": "djumaev.online",
    "url": "https://djumaev.online",
    "role": "Architect, HUBRU factory of digital companies"
  },
  "mission": "Building AI-native digital companies from first principles — deterministic, governed, compounding.",
  "instances": [
    {
      "id": "djumaev_online",
      "name": "djumaev.online",
      "domain": "djumaev.online",
      "status": "live",
      "modules_live": 1,
      "description": "The factory's architect surface and first live instance."
    },
    {
      "id": "hayat_online",
      "name": "hayat.online",
      "domain": "hayat.online",
      "status": "building",
      "modules_live": 0,
      "description": "Second factory instance — in active build."
    }
  ],
  "governance": {
    "protocol": "HUBRU v1.1",
    "layer_1": "constitution_v3 (meta-law, multi-LLM)",
    "layer_2": "HAYAT v1.1 (instance law)",
    "audit_model": "two-model F7 (GPT + Gemini)",
    "authority": "architect §3.1"
  },
  "capabilities": [
    {
      "action": "read entity brief",
      "endpoint": "GET /agent.json"
    },
    {
      "action": "view instance",
      "endpoint": "GET /{instance_domain}"
    },
    {
      "action": "contact architect",
      "endpoint": "contact.email"
    }
  ],
  "feeds": [
    {
      "path": "/agent.json",
      "type": "application/ld+json",
      "description": "Structured entity data"
    },
    {
      "path": "/",
      "type": "text/html",
      "description": "Human marketing surface"
    }
  ],
  "contact": {
    "email": "architect@djumaev.online"
  }
}