What problem does it solve?
This Skill helps engineers understand, debug, and reason about Automerge-based synchronization between peers, the document model, and the daemon within nteract.
Core Features & Use Cases
- Inspect the core Automerge data structures (OpSet, ChangeGraph, ActorId) and the per-peer sync state to diagnose convergence issues.
- Debug sync failures, adjust reconnection logic, examine document structure, diagnose panics in op application, and evaluate architectural patterns from automerge-repo and samod.
- Explore runtime interactions, recovery workflows, and versioned sync protocols to guide design decisions for new sync streams or protocol improvements.
Quick Start
Provide a targeted debugging scenario by loading the Automerge document state and querying OpSet and ChangeGraph to trace changes and identify divergence.