Reconcile one snapshot or delta event against the loaded Kepler dataset.
A snapshot whose field plan is unchanged becomes a bounded replace-rows
operation. A delta becomes bounded update-rows / append-rows /
remove-rows operations. Anything the bridge cannot bound — a changed
schema, plan, or authorization scope, a resume gap, a missing row identity,
or a delta over budget — returns a single rebuild-workspace operation with
an explicit reason.
Reconcile one snapshot or delta event against the loaded Kepler dataset.
A snapshot whose field plan is unchanged becomes a bounded
replace-rowsoperation. A delta becomes boundedupdate-rows/append-rows/remove-rowsoperations. Anything the bridge cannot bound — a changed schema, plan, or authorization scope, a resume gap, a missing row identity, or a delta over budget — returns a singlerebuild-workspaceoperation with an explicit reason.