Verbatim substring replacements ensure precise revisions by strictly swapping only spans of text that match the original draft exactly, automatically discarding suggested edits if the target text cannot be verified verbatim.
flowchart LR
A[Coach Output] --> B{Exact Match in Draft?}
B -- Yes --> C[Apply Direct Replacement]
B -- No --> D[Discard Edit]