From the roadmap in docs/features/connectors.md (Short Term, v0.2–0.3): "Incremental sync mode" and "Conflict resolution strategies" are listed independently of any single connector — this is shared infrastructure, not per-connector logic.
Scope:
- A generic delta/incremental sync mode that connectors can opt into, so re-running a connector only fetches/re-ingests content that changed upstream since the last sync
- A conflict resolution strategy for when a source document has changed upstream and the corresponding concept has been curated/modified locally (e.g. last-write-wins, prefer-local, prefer-remote, or flag-for-review)
This underpins delta sync for the SharePoint and Confluence connectors (#2, #3) and should land alongside or shortly after the connector plugin architecture (#1).
From the roadmap in
docs/features/connectors.md(Short Term, v0.2–0.3): "Incremental sync mode" and "Conflict resolution strategies" are listed independently of any single connector — this is shared infrastructure, not per-connector logic.Scope:
This underpins delta sync for the SharePoint and Confluence connectors (#2, #3) and should land alongside or shortly after the connector plugin architecture (#1).