Sports intelligence
The operating system
One platform layer over 12 subsystems and 24 capabilities — knowledge, search, navigation, orchestration, discovery, automation, quality, health, API and MCP. A single import surface with no duplicated logic.
12 subsystems24 capabilities
One layer, no duplicated logic
The operating layer re-exports each subsystem’s existing entry point through a single facade (
platform), so the API, MCP, AI and any future consumer have one import surface. The machine-readable capability manifest is a static artifact at /os/manifest.json. Every count is computed from the real registries.Subsystems
| Subsystem | Entrypoint | Capabilities | Scale | |
|---|---|---|---|---|
| Knowledge graph | @/kg/registry | allEntities, entityPath, relatedGraph | 1,492 | open → |
| Taxonomy | @/data/taxonomy | buildTaxonomy, domainOfType | 8 | open → |
| Search | @/data/search | buildSearchIndex | 1,492 | open → |
| Navigation | @/data/navigation | buildAtoZ, navSurfaces | 1,492 | open → |
| Orchestration | @/data/orchestration | orchestrate, orchestrateCompact | 1,492 | open → |
| Discovery | @/data/knowledge-discovery | buildTrails, buildDiscoverySections | 4 | open → |
| Automation | @/data/automation | buildTopicHub, topicHubSlugs | 23 | open → |
| Ecosystem | @/data/ecosystem | ecosystemModules, modulesByGroup | 21 | open → |
| Quality | @/data/quality | computeQuality, qualityDashboard | 1,492 | open → |
| Health | @/data/health | buildHealthReport, duplicateEntities | 10 | open → |
| Knowledge API | @/data/api | buildOpenApiSpec, toApiResource | 11 | open → |
| MCP | @/data/mcp | buildMcpManifest, resolveMcp | 14 | open → |