fold the deprecated schema id element count into the model schemas section
document the references repair as an operation, and the unified operations block
document the deprecated schemas rewrite of a migration start
rename the wiki to Scrinium
document the count and migration of the documents carrying a deprecated schema id element
correct and dry the whole page set
document the cross context dependencies propagation
document the origin delete propagation
document the missing origin references scan and removal
document model schemas section and repository document counts
correct core concepts pages on tracking internals, identity map scope and layering
add read-only access page and align docs to MODM-100
Add Advanced & reference section; normalize internal links - Execution contexts: ambient per-flow state, automatic wiring, opening one on background threads - Exclusive access: RunWithExclusiveAccessAsync, lockout semantics, when to use it - Best practices and pitfalls: scopes/captive dependencies, no-cache scans, atomic writes, compare-by-Id, cross-context references, background-thread contexts — with real service examples - Exceptions reference: the Mongodm* exceptions and what triggers each - Complete the sidebar with all six sections - Convert custom-text wiki links to unambiguous Markdown links and document the convention
Add Repositories, CRUD operations and Querying pages - Repositories: declaring repositories, the operation map, collection escape hatch - CRUD operations: create/read/update-via-tracking/replace/delete, atomic server-side updates (invariant-in-filter balance example), bulk delete caveats - Querying: LINQ via QueryElementsAsync, projections, pagination, streaming cursors, no-cache modifier for large scans