OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Emitted when composite rankings are recomputed.
Source Definition
export const RankingUpdatedEvent = defineEvent({
meta: {
key: 'provider-ranking.ranking.updated',
version: '1.0.0',
description: 'Emitted when composite rankings are recomputed.',
domain: PROVIDER_RANKING_DOMAIN,
owners: PROVIDER_RANKING_OWNERS,
tags: [...PROVIDER_RANKING_TAGS, 'refresh'],
stability: PROVIDER_RANKING_STABILITY,
docId: [docId('docs.tech.provider-ranking.ranking.updated')],
},
capability: {
key: 'provider-ranking.system',
version: '1.0.0',
},
pii: [],
payload: RankingUpdatedPayload,
});