add backend endpoints for editor context and draft summaries
ensure draft flow bootstrap for editor-driven workflows
improve draft-aware initialization and summary reads for clients
add backend read endpoints for single draft records
support direct fetch of individual draft entities
improve draft inspection and targeted editor workflows
add backend endpoint for draft validation
protect validation requests against stale version state
keep draft checks version-aware and consistent with mutation flows
reject duplicate sector and group bindings within draft mutations
harden draft structure consistency at the backend layer
prevent conflicting bindings before they reach publish flow
add stale draft protection for mutation flows
validate referenced entities before applying draft changes
reduce invalid draft writes caused by stale state and broken references
keep mutation behavior explicit and version-aware
add optimistic concurrency guards via expected scheme version id
protect draft editor, pricing snapshot, remap and publish flows from stale mutations
protect version creation from stale current version state
keep backward compatibility with optional query guards
verify 409 conflict behavior for stale clients and 200 for valid flows