{
occurredAt: '2026-05-14T14:22:01.034Z',
actorKind: 'user' | 'agent' | 'system',
actorId: string,
onBehalfOfKind: 'user' | 'agent' | 'system' | null,
onBehalfOfId: string | null,
capabilityId: string | null, // the API key/capability used for the write
capabilityLabel: string | null, // its human-readable name, for scanning the log
delegationChainRoot: string | null, // always points at a human
actionType: string, // e.g. 'weatherReport.update'
modelName: string | null, // e.g. 'claude-opus-4-7'
diffSummary: unknown,
// tamper-evident
chainSeq: number,
prevHash: string,
rowHash: string,
}