You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(notion-md): spec — correct dispatch table to the stateless reality
The dispatch table's drift-REFUSE rows ("remote moved underneath", "local
hand-edited") are not realizable for single-source pages: with no stored base
(R31) the engine cannot distinguish "I edited" from "the other side moved" —
both are just `local ≢ remote`. Per R31/R32 the declared `source` decides the
winner unconditionally (local- or remote-authoritative mirror); concurrent-edit
detection/refusal is exclusively the `source: shared` story. Aligns the spec
with the implementation (PR #775) and the grilled statelessness invariant.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments