SDK Parity

Ship SDK changes with evidence.

Normalize OpenAPI changes, compare generated SDK surfaces, review overlays, and gate releases from one control plane.

TypeScript SDK loop

Spec, manifest, diff, and release gate in one run.

The hosted control plane dogfoods the OSS engine, then records every audit, MCP dry-run, billing gate, and redacted event as reviewable evidence.

sdkparity audit --json
{
  "target": "typescript",
  "normalizedOperations": 3,
  "majorBreakages": 0,
  "releaseGate": "passed"
}
SDK target
TS
TypeScript first
Operations
3
Normalized
Major risk
0
Blocking changes
Release gate
98
Parity score
Connect and run

Synthetic dogfood inputs wired through the same audit surface.

Ready
Sign in

OAuth and email/password entry points for the hosted product.

Runs

Queued and reported workflow state.

run_001reportedCompatibility report3 operations, 5 SDK symbols, minor release
run_002queuedRunner dispatchWaiting for entitlement and project lock
Evidence

Compatibility summary ready for review.

98

Compatibility score

Release confidence98%
  • Client.createUserAdded candidate method
  • OpenAPI overlayRenamed listUsers to list
MCP / Code Mode

Validated dry-runs before any write action.

await api.listUsers({ limit: 10 })Dry-run planned 1 call
Tool contracts Redaction Code Mode
Release gate

Checks required before publish.

Manifest extractedCompatibility diff passedAudit event redactedAutumn gate allowed