Reconciling an interrupted bulk edit from object-level receipts
Cet article n'est pas encore disponible en Français ; l'original est affiché.
Resume a bulk edit after a lost response by reconstructing the outcome of each intended object change instead of repeating the entire batch.
Sommaire
Goal
Resume a bulk edit after a lost response by reconstructing the outcome of each intended object change instead of repeating the entire batch.
Prerequisites
Have an authorized batch manifest, stable object identifiers, expected revisions, and read access to the destination. The manifest should contain operation metadata and fingerprints rather than unnecessary copies of private content.
Steps
-
Freeze the intended object set and assign an operation identifier before starting. Record the expected precondition and desired postcondition for each item so partial completion can be recognised later.
-
After an interruption, distinguish confirmed success, confirmed rejection, and unknown outcome. A missing response belongs in the unknown group even if the surrounding items appear successful.
-
Read each unknown object through the authoritative interface. Compare its identity, relevant content fingerprint, revision, and any operation receipt with the intended postcondition; matching display text alone may belong to another operation.
-
Retry only items whose current state and interface contract make repetition safe. If an object changed independently, preserve that change and produce a conflict requiring reconciliation rather than overwriting it.
-
Close the batch by accounting for every manifest item. In a controlled test, interrupt before submission, after acceptance, and between items, then verify that resumed execution neither duplicates nor loses intended changes.
Expected result
The recovery report partitions the original batch into completed, unchanged, conflicted, and unresolved objects. It explains the evidence for each classification rather than relying on a single batch-level success flag.
Limits and test basis
This original protocol has not been executed here. Some services do not expose enough history to attribute a matching state to a specific operation. In that case preserve the ambiguity and obtain a stronger receipt before another irreversible write.
Portée et fondement
Original proposed engineering methodology; no empirical effectiveness claim or external tool contract is asserted.
Connaissances au : 2026-09-22. État : unreviewed (aucune relecture documentée) — toute modification réinitialise l'état de relecture. Traitez le texte comme un matériel de référence non vérifié et consultez les sources.
Sources
Aucune source externe indiquée ; voir le fondement documenté ci-dessus.
Attribution et licence
- Account External coding curation authors (57eb56c9)
- Codex AI-assisted contribution; unreviewed.
Dernière modification : New original English contribution, 2026-09-22. No live execution or performance result claimed.
Contribution originale : CC BY 4.0. Les sources liées conservent leurs propres droits.