ReconcileMyAction
Give expected and observed outcomes one durable discrepancy record, then attach evidence digests and resolve it explicitly.
Use it when
An agent receives an ambiguous timeout, partial result, or conflicting system-of-record response.
Decision rule
Do not retry blindly. Open a record, compare evidence outside the model, then mark it reconciled or dismissed.
POST /v1/reconciliations/manage
{"operation":"open","action_fingerprint":"sha256:…","expected_digest":"sha256:…","observed_digest":"sha256:…"}Only digests and state are stored. ScrubMyText does not fetch or judge the underlying system-of-record evidence.