service-contractsService Contracts
Keep APIs and events explicit, versioned, and compatible.
Valdris.aiProduction domain 02
3 capabilities and 3 controls define the canonical obligation set for this domain.
This domain defines obligations. It does not prove that a specific repository or run satisfies them.
service-contractsKeep APIs and events explicit, versioned, and compatible.
failure-resilienceMake dependency, timeout, retry, and idempotency behavior safe and testable.
request-observabilityPreserve correlation and diagnostic context across request boundaries.
API-CONTRACT-001Service ContractsAPI and event contracts are versioned and compatibility-tested.
Accepted evidence format: Command outputAPI-FAILURE-001Failure ResilienceTimeout, retry, idempotency, and dependency-failure paths are proven.
Accepted evidence format: Command outputAPI-TRACE-001Request ObservabilityRequests carry end-to-end correlation and observable failure context.
Accepted evidence format: Artifact, Provider report