{
  "name": "OM-Gov Central Orchestrator",
  "description": "Central governance and orchestration for Data Womb agent ecosystem. Manages agent lifecycle, task coordination, VIBE governance, episodic memory across all projects.",
  "url": "https://om.datawomb.com/a2a",
  "version": "1.0.0",
  "documentationUrl": "https://om.datawomb.com/docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["text", "data"],
  "defaultOutputModes": ["text", "data"],
  "skills": [
    {
      "id": "orchestrate-sdlc",
      "name": "SDLC Orchestration",
      "description": "Coordinate multi-agent software development lifecycle workflows",
      "tags": ["sdlc", "orchestration", "multi-agent", "workflow"],
      "examples": ["Analyze SVR-CRM codebase for critical bugs and coordinate fixes", "Orchestrate BCBP document processing pipeline"]
    },
    {
      "id": "vibe-validate",
      "name": "VIBE Protocol Validation",
      "description": "Validate requests through Verified Investigation Before Execution",
      "tags": ["governance", "validation", "vibe", "inquiry"]
    },
    {
      "id": "agent-birth",
      "name": "Agent Birth Protocol",
      "description": "Register new agent identity, define karma boundaries, generate Agent Card",
      "tags": ["lifecycle", "registration", "identity", "womb"]
    },
    {
      "id": "episodic-record",
      "name": "Episodic Memory Recording",
      "description": "Log events, decisions, learnings to persistent episodic memory",
      "tags": ["memory", "logging", "learning", "episodic"]
    },
    {
      "id": "ado-approval",
      "name": "ADO Approval Gate",
      "description": "Route decisions requiring human approval through Azure DevOps",
      "tags": ["governance", "approval", "human-in-loop", "ado"]
    },
    {
      "id": "agent-discovery",
      "name": "Agent Discovery",
      "description": "Discover registered agents, capabilities, health, and availability",
      "tags": ["discovery", "registry", "health"]
    }
  ],
  "securitySchemes": [
    {
      "type": "apiKey",
      "in": "header",
      "name": "X-OM-API-Key"
    }
  ],
  "extensions": {
    "om_identity": {
      "om_id": "OM-GOV-0000",
      "pasu_type": "SHANMUKHA",
      "role": "ORCHESTRATOR",
      "karma_boundaries": [
        "orchestrate:all",
        "read:all",
        "write:episodic",
        "write:registry",
        "create:agent",
        "create:ado-workitem"
      ],
      "karma_prohibitions": [
        "execute:production-deploy-without-approval",
        "delete:canonical-without-guru",
        "modify:karma-boundaries-self"
      ],
      "parent_orchestrator": "PARAM",
      "tinai_context": "KURINJI",
      "projects_governed": [
        "BCBP",
        "SVR-CRM",
        "NAATU-SANDHAI",
        "MEITHIRAN"
      ],
      "birth_record": {
        "created_at": "2026-02-02T00:00:00+05:30",
        "born_from": "ORIGINAL_GARBHAGRIHA",
        "guru_approved": true,
        "canonical_reference": "OM-DNA-COMPLETE-LIVING-ARCHITECTURE-v1.0"
      },
      "health": {
        "status": "active",
        "mcp_tools_count": 27,
        "a2a_protocol_version": "RC-1.0"
      }
    }
  }
}
