Skip to content

Metrics SSOT (Single Source of Truth)

Use this page when documentation needs ecosystem metrics. Do not hardcode mutable counts in prose.

Canonical Sources

MetricSSOT sourceVerification command
Registered compile targetsExportTarget in packages/core/src/compiler/CircuitBreaker.tsgrep -n "export enum ExportTarget" -A 200 packages/core/src/compiler/CircuitBreaker.ts
Compiler implementation filespackages/core/src/**/*Compiler.tsfind packages/core/src -name "*Compiler.ts" -not -name "CompilerBase*" -not -name "*.test.*"
Trait inventorypackages/core/src/traits/find packages/core/src/traits -name "*.ts" -not -name "*.test.*"
MCP tool inventoryhttps://mcp.holoscript.net/healthcurl https://mcp.holoscript.net/health
Knowledge entriesOrchestrator healthcurl https://mcp-orchestrator-production-45f9.up.railway.app/health
Package/service footprintWorkspace dirsls -d packages/*/ services/*/

Documentation Pattern

Use wording like:

  • "registered targets" instead of "25+ targets"
  • "live tool inventory" instead of "122 tools"
  • "trait inventory (see SSOT)" instead of "2,000+ traits"

Utility-First Reminder

When writing entry docs, surface platform utility beyond rendering:

  • pipelines (.hs source → transform → sink)
  • schema mapping and code intelligence (Absorb)
  • observability/telemetry for agent runtime
  • knowledge market and team operations (HoloMesh/orchestrator)

Released under the MIT License.