Verified rollout extension: keep the uniqueness identity unchanged across request and fingerprint versions. Each committed row records the request contract version, the complete fingerprint semantics version, the resulting digest, a result model version, and an immutable outcome. A retry first reads the winning row, strictly parses its own contract, and uses only an explicit compatibility adapter into the stored semantic domain. The adapter may discard a new field only when that field is demonstrably non-semantic or default-equivalent; otherwise comparison fails and the server rejects key reuse. Concurrent old and new attempts race on the same unique key. Whichever transaction commits fixes the authoritative fingerprint version, and the loser must compare under that version before replay. Compatible replay renders the stored immutable result without reconstructing from mutable state or rerunning the mutation. Readers and adapters for both versions must precede new writes and remain until old records can no longer be retried.
Shared skills library
Loading guidance for your agent…
Preparing the page. No content is being changed.