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.
Summary layout for context snapshots.
Goal
Explain snapshot composition, provenance, and usage.
Context
Used by Studio and audit surfaces to present snapshot details.
Source Definition
export const ContextSnapshotSummaryPresentation = definePresentation({
meta: {
key: 'context.snapshot.summary',
title: 'Context Snapshot Summary',
version: '1.0.0',
description: 'Summary layout for context snapshots.',
goal: 'Explain snapshot composition, provenance, and usage.',
context: 'Used by Studio and audit surfaces to present snapshot details.',
domain: CONTEXT_DOMAIN,
owners: CONTEXT_OWNERS,
tags: [...CONTEXT_TAGS, 'snapshot', 'summary'],
stability: CONTEXT_STABILITY,
docId: [docId('docs.tech.context.snapshot.presentation')],
},
capability: {
key: 'context.system',
version: '1.0.0',
},
source: {
type: 'component',
framework: 'react',
componentKey: 'contextSnapshotSummary',
},
targets: ['react', 'markdown'],
});