UluOps Documentation

TypeScript SDKs, MCP clients, and CLI tools for the UluOps validation platform. Encode expert judgment. Track quality over time. Improve continuously.

Note

UluOps is in active development — APIs are stabilizing but may still change between minor versions for pre-1.0 packages.

SDK Packages

Four packages covering the full UluOps surface area.

MCP Clients

For AI agents and Claude Code — thin protocol clients backed by the same APIs as the SDKs.

Platform Architecture

Two parallel access lanes to the same backend APIs:

Claude Code / AI Agents
MCP stdio transport
Your Codebase / CI·CD
TypeScript imports
MCP · JSON-RPC
TypeScript SDK
ops-mcpregistry-mcp
ops-sdkregistry-sdk
REST API
Platform API
api.uluops.ai/ops
Registry API
api.uluops.ai/registry
RunsIssuesAnalytics
DefinitionsModels

Key Concepts

ConceptDescription
DefinitionsVersioned YAML specs for agents, commands, workflows, and pipelines (ADL/CDL/WDL/PDL)
Failure TaxonomyFour-domain classification: Structural, Semantic, Pragmatic, Epistemic
FingerprintingSHA-256 hash correlation tracking issues across runs as new, recurring, or regression
Recursive AppreciationHow improvements to agents cascade through the ecosystem
Note

New to UluOps? Start with the Quickstart — it walks through your first validation run end-to-end.