docs(client): preserve opaque context fallback

This commit is contained in:
imccyu
2026-08-24 00:54:24 +08:00
parent e5395b36af
commit 78b8cc731e
@@ -23,5 +23,9 @@ export interface ContextProvenanceView {
label: string | null
}
/** One durable context form this UI version knows how to present. */
/**
* One durable context form this UI version knows how to present. Target
* projections map absent or unknown forms to their opaque presentation so
* logs written by older, newer, or foreign producers remain visible.
*/
export type KnownContextForm = 'instructions' | 'catalog' | 'snapshot' | 'notice' | 'relay' | 'recall'